diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2016-11-09 22:15:21 +0100 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2016-11-10 11:40:45 +0100 |
commit | 63daa25327766177d2f9c64f0f22bb11c8cf655c (patch) | |
tree | 2df59c9fe54e5d6ddc9b19d20c9e21abe15d4b9b /.travis.yml | |
parent | scripts: fix sed expression on non-GNU systems (diff) | |
download | knot-resolver-63daa25327766177d2f9c64f0f22bb11c8cf655c.tar.xz knot-resolver-63daa25327766177d2f9c64f0f22bb11c8cf655c.zip |
travis: don't allow osx to fail anymore
That way we should notice breakages like this before merging.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b18310c4..e7dfd7c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,6 @@ notifications: on_failure: always matrix: fast_finish: true - allow_failures: - - os: osx env: global: - PKG_CONFIG_PATH="${HOME}/.local/lib/pkgconfig" |