diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2f82c71..2bc4bbe 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 | - if [ -f configure.ac ]; then autoreconf -i; fi | 79 | - if [ -f configure.ac ]; then autoreconf -i; fi |
80 | - cabal install hpc-coveralls | 80 | - cabal install hpc-coveralls --constraint=retry==0.6 |
81 | - cabal configure --enable-tests --enable-benchmarks -v2 --enable-coverage # -v2 provides useful information for debugging | 81 | - cabal configure --enable-tests --enable-benchmarks -v2 --enable-coverage # -v2 provides useful information for debugging |
82 | - cabal build # this builds all libraries and executables (including tests/benchmarks) | 82 | - cabal build # this builds all libraries and executables (including tests/benchmarks) |
83 | - run-cabal-test test | 83 | - run-cabal-test test |