aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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.
78script: 78script:
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