aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-11-17 00:59:27 +0100
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-11-17 00:59:27 +0100
commit94ec19639d8adbae65717d70d0868a3b9f11288d (patch)
tree39773752454d0a703afec7811e15c1593847716a
parent8dad8a1c1d5c93607f40f88b0dfd2af3a0f92c42 (diff)
downloadhmacaroons-94ec19639d8adbae65717d70d0868a3b9f11288d.tar.gz
hmacaroons-94ec19639d8adbae65717d70d0868a3b9f11288d.tar.zst
hmacaroons-94ec19639d8adbae65717d70d0868a3b9f11288d.zip
Fix yml syntax/typo
Oopsie, a then/else block should be aligned.
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index f67be03..e74d694 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,11 +79,11 @@ script:
79 - if [ -f configure.ac ]; then autoreconf -i; fi 79 - if [ -f configure.ac ]; then autoreconf -i; fi
80 - cabal install hpc-coveralls --constraint=retry==0.6 80 - cabal install hpc-coveralls --constraint=retry==0.6
81 - if [ 1.18 = $CABALVER ]; 81 - if [ 1.18 = $CABALVER ];
82 then 82 then
83 cabal configure --enable-tests --enable-benchmarks -v2 --enable-library-coverage # -v2 provides useful information for debugging 83 cabal configure --enable-tests --enable-benchmarks -v2 --enable-library-coverage # -v2 provides useful information for debugging
84 else 84 else
85 cabal configure --enable-tests --enable-benchmarks -v2 --enable-coverage # -v2 provides useful information for debugging 85 cabal configure --enable-tests --enable-benchmarks -v2 --enable-coverage # -v2 provides useful information for debugging
86 fi 86 fi
87 - cabal build # this builds all libraries and executables (including tests/benchmarks) 87 - cabal build # this builds all libraries and executables (including tests/benchmarks)
88 - run-cabal-test test 88 - run-cabal-test test
89 - cabal check 89 - cabal check