diff options
| author | Gaëtan Gilbert | 2017-10-09 15:05:32 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2017-10-09 15:05:32 +0200 |
| commit | c02a71ee1d73c5ad5ede00eeabc29570f6359725 (patch) | |
| tree | 70a0ee3b66a9986ac1dd829e21499567866386ca | |
| parent | f1598b00219a951e94036cb7f48a8fe1309025f1 (diff) | |
Fix Travis OSX deploy conditional.
IS is intended for testing nullity.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1a9f6964f7..b2d66333d9 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: |
