From c02a71ee1d73c5ad5ede00eeabc29570f6359725 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Mon, 9 Oct 2017 15:05:32 +0200 Subject: Fix Travis OSX deploy conditional. IS is intended for testing nullity. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1a9f6964f..b2d66333d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -147,7 +147,7 @@ matrix: - brew update --debug --verbose - brew install opam gnu-time - - if: NOT type IS pull_request + - if: NOT (type = pull_request) os: osx osx_image: xcode8.3 env: -- cgit v1.2.3