aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-07-13 15:08:36 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-07-13 15:08:36 -0700
commit3b1898dec93de07e73ae7d297cc924515a5df7ca (patch)
tree685250a209ce31d630a6dce99ea6ecfe64f68f6d
parenta5882bd587f6cf71100b7e3b93250add4e53f9f8 (diff)
downloadpandoc-3b1898dec93de07e73ae7d297cc924515a5df7ca.tar.gz
Another attempt at the travis build spec.
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ced1a65df..2d343b778 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
language: haskell
-before_install:
- - make prep
+# before_install:
# - git submodule update --init --recursive
install:
- - make install
+ - make prep
# - cabal update
# - cabal install --enable-tests
script: cabal-dev configure --enable-tests && cabal-dev build && cabal-dev test