diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-11-17 11:53:42 +0100 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-11-17 11:53:42 +0100 |
commit | 5806018df7a953572e1cab2b953ad40223124db7 (patch) | |
tree | 3e6ad8d380ffbae725704f95456e8dc2d959f0eb /.travis.yml | |
parent | 63589f6332c32121e6ecf34c7ac15d9675ba07d8 (diff) | |
download | hmacaroons-5806018df7a953572e1cab2b953ad40223124db7.tar.gz hmacaroons-5806018df7a953572e1cab2b953ad40223124db7.tar.zst hmacaroons-5806018df7a953572e1cab2b953ad40223124db7.zip |
Fix travis.yaml. Again
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 48bbe70..cf9147f 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -77,7 +77,7 @@ install: | |||
77 | # any command which exits with a non-zero exit code causes the build to fail. | 77 | # any command which exits with a non-zero exit code causes the build to fail. |
78 | script: | 78 | script: |
79 | - cabal install hpc-coveralls --constraint=retry==0.6 | 79 | - cabal install hpc-coveralls --constraint=retry==0.6 |
80 | - if [ $CABALVER -eq "1.18" ]; | 80 | - if [ 1.18 = $CABALVER ]; |
81 | then | 81 | then |
82 | cabal configure --enable-tests --enable-benchmarks -v2 --enable-library-coverage | 82 | cabal configure --enable-tests --enable-benchmarks -v2 --enable-library-coverage |
83 | else | 83 | else |