diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-11-17 00:19:42 +0100 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-11-17 00:19:42 +0100 |
commit | fb0d24223d5fcbd40e43b71383c6c16a28b3f8c3 (patch) | |
tree | 801f4c3a714c33639cdef06734743c1125b06838 | |
parent | 1d3dd0a362a472f36ce0b6bc99d6dbb6ea4fb2e2 (diff) | |
download | hmacaroons-fb0d24223d5fcbd40e43b71383c6c16a28b3f8c3.tar.gz hmacaroons-fb0d24223d5fcbd40e43b71383c6c16a28b3f8c3.tar.zst hmacaroons-fb0d24223d5fcbd40e43b71383c6c16a28b3f8c3.zip |
Add constraint on retry
hpc-coveralls won't build with retry0.7
-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 |