]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - .travis.yml
Fix travis.yaml. Again
[github/fretlink/hmacaroons.git] / .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