From 5806018df7a953572e1cab2b953ad40223124db7 Mon Sep 17 00:00:00 2001 From: Julien Tanguy Date: Tue, 17 Nov 2015 11:53:42 +0100 Subject: Fix travis.yaml. Again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 48bbe70..cf9147f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3