aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-04-09 11:05:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-04-09 11:05:42 -0700
commit7a4412c165ddf20a2678f80f1fbcad3edbbdbf09 (patch)
tree4e1924b7022208d03929d9c45b59b201e0d9e0fb /.travis.yml
parentf97b2e4bf4998badc2c60e8ccea9972a60d1fec0 (diff)
downloadpandoc-7a4412c165ddf20a2678f80f1fbcad3edbbdbf09.tar.gz
More travis changes.
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 30b217b40..dfa0319e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,6 @@ before_install:
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install cabal-install-1.18 ghc-$GHCVER happy
- export PATH=/opt/ghc/$GHCVER/bin:$PATH
- - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && $CABAL install && cd ..
- |
if [ $GHCVER = "head" ] || [ $GHCVER = "7.8.1" ]; then
$CABAL install happy alex
@@ -23,6 +22,7 @@ before_install:
install:
- cabal-1.18 update
+ - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd ..
- cabal-1.18 install --only-dependencies --enable-tests
# 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.