]> git.immae.eu Git - github/fretlink/hmacaroons.git/commitdiff
Fix yml syntax/typo
authorJulien Tanguy <julien.tanguy@jhome.fr>
Mon, 16 Nov 2015 23:59:27 +0000 (00:59 +0100)
committerJulien Tanguy <julien.tanguy@jhome.fr>
Mon, 16 Nov 2015 23:59:27 +0000 (00:59 +0100)
Oopsie, a then/else block should be aligned.

.travis.yml

index f67be03b88f2b2950da7b814975af53e7e184f71..e74d694df743399c55b1fdf5a6af2043cfe83975 100644 (file)
@@ -79,11 +79,11 @@ script:
  - if [ -f configure.ac ]; then autoreconf -i; fi
  - cabal install hpc-coveralls --constraint=retry==0.6
  - if [ 1.18 = $CABALVER ];
- then 
-   cabal configure --enable-tests --enable-benchmarks -v2 --enable-library-coverage  # -v2 provides useful information for debugging
- else
-   cabal configure --enable-tests --enable-benchmarks -v2 --enable-coverage  # -v2 provides useful information for debugging
- fi
  then 
+     cabal configure --enable-tests --enable-benchmarks -v2 --enable-library-coverage  # -v2 provides useful information for debugging
  else
+     cabal configure --enable-tests --enable-benchmarks -v2 --enable-coverage  # -v2 provides useful information for debugging
  fi
  - cabal build   # this builds all libraries and executables (including tests/benchmarks)
  - run-cabal-test test
  - cabal check