From 0ea7cce895abf5b42d28c2ad477e46b4577a1833 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 21 Nov 2015 07:19:51 -0800 Subject: travis: install unreleased pandoc-types & texmath. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index dfbe28586..5272a4418 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +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 cabal install --only-dependencies --enable-tests --enable-benchmarks; fi -- cgit v1.2.3