summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-07-26 09:56:01 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-07-26 09:56:01 -0700
commitc936b25ebf92b0bb423cc43e4d33e33555e09fbb (patch)
tree173b1bbc839fb02d118274c83541639a6357f013 /.travis.yml
parentacbb4a5e46f01d15ff1b7082d574b624bb22d1b1 (diff)
Changed travis instructions for new test.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index cb221e567..934a8ea5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,5 +3,5 @@ before_install:
- git submodule update --init --recursive
install:
- cabal update
- - cabal install -ftests
-script: cabal configure -ftests && cabal build && cabal test
+ - cabal install --enable-tests
+script: cabal configure --enable-tests && cabal build && cabal test