]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Try me
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 10:40:02 +0000 (11:40 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 10:40:02 +0000 (11:40 +0100)
.travis.yml

index 8e2ef46d3b813a3dac402a02476a51ebb6aba032..8f335e50a64dcc3e6dbfbbeaadd625f706580778 100644 (file)
@@ -49,7 +49,7 @@ compiler:
 
 install:
   - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1  ]; then gem install coveralls-lcov; fi;
-  - if [ $(uname) != "Linux" ] || [ $(uname) != "Darwin" ]; then choco install make; fi;
+  - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; then choco install make; fi;
 
 before_script:
   - git submodule update --init util ast;