From: Vladimír Čunát Date: Wed, 9 Nov 2016 21:15:21 +0000 (+0100) Subject: travis: don't allow osx to fail anymore X-Git-Tag: v1.2.0-rc1~81^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63daa25327766177d2f9c64f0f22bb11c8cf655c;p=thirdparty%2Fknot-resolver.git travis: don't allow osx to fail anymore That way we should notice breakages like this before merging. --- diff --git a/.travis.yml b/.travis.yml index b18310c44..e7dfd7c77 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"