From ba2bce3abc6d70103a9259ab66dea78fbad2ace7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 21 Nov 2015 07:25:41 -0800 Subject: Fixed .travis.yml syntax. --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5272a4418..75fdcca13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,14 +54,14 @@ install: echo "cabal build-cache MISS"; rm -rf $HOME/.cabsnap; mkdir -p $HOME/.ghc $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin; - # install unreleased versions of pandoc-types and texmath from git repos - for repo in pandoc-types texmath; do \ - git clone https://github.com/jgm/$repo; \ - cd $repo; \ - cabal install; \ - cd ..; \ - done - cd pandoc-types + for repo in pandoc-types texmath; + do + git clone https://github.com/jgm/$repo; + cd $repo; + cabal install; + cd ..; + done; + cd pandoc-types; cabal install --only-dependencies --enable-tests --enable-benchmarks; fi -- cgit v1.2.3