aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files 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