summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-03 14:26:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-03 14:26:17 -0700
commit0ce6174820f573704215e8a67e3cfdb773668a4c (patch)
tree9f86ef046cc3a1459e7f23c5dec5f63903742886 /.travis.yml
parent56c270d6975b47cddd0170411ff88f1cdd5039b5 (diff)
Fixed travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a25fa3af0..ee585071c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ install:
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
script:
- - cabal sdist --output-directory=build
+ - cabal-$CABALVER sdist --output-directory=build
- cd build
- cabal-$CABALVER configure --enable-tests -v2 # -v2 provides useful information for debugging
- cabal-$CABALVER build $JOPTS --ghc-options=$GHCOPTS # this builds all libraries and executables (including tests/benchmarks)