]> git.immae.eu Git - github/fretlink/hmacaroons.git/commitdiff
Fix travis.yaml. Again
authorJulien Tanguy <julien.tanguy@jhome.fr>
Tue, 17 Nov 2015 10:53:42 +0000 (11:53 +0100)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Tue, 17 Nov 2015 10:53:42 +0000 (11:53 +0100)
.travis.yml

index 48bbe70d6fc6ff78fcaf4b2aa616acb6ced5bb9d..cf9147f31aec58a0239dd0fa5d565d15c0e20bac 100644 (file)
@@ -77,7 +77,7 @@ install:
 # any command which exits with a non-zero exit code causes the build to fail.
 script:
   - cabal install hpc-coveralls --constraint=retry==0.6
-  - if [ $CABALVER -eq "1.18" ];
+  - if [ 1.18 = $CABALVER ];
     then
       cabal configure --enable-tests --enable-benchmarks -v2 --enable-library-coverage
     else