aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-03-14 18:34:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-03-14 18:34:33 -0700
commit8538b6764d884af8d232c4aab208aad856a3a572 (patch)
treeaa2428f7a902445f35e14b136db326450e9a2df5
parent9a664d751927b9423ec299cd0f70bcba4ef5e918 (diff)
downloadpandoc-8538b6764d884af8d232c4aab208aad856a3a572.tar.gz
Fixed travis-CI script to build tests.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5874caf58..cb221e567 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,4 @@ before_install:
install:
- cabal update
- cabal install -ftests
+script: cabal configure -ftests && cabal build && cabal test