summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-04-09 14:23:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-04-09 14:23:09 -0700
commit6b49015307864951428aa39e509f155af30b9dbf (patch)
treeeeb922b90892897c314d38df1a8e3cbd1ab035f2 /.travis.yml
parentcf66f10e0cb7e52a2e1bf7542f1dfe1ce9c308a4 (diff)
More travis tweaks.
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 6098d3284..42fa74124 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,6 @@ install:
$CABAL install happy alex
export PATH=$HOME/.cabal/bin:$PATH
fi
- - cabal-1.18 install hsb2hs
- git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd ..
- cabal-1.18 install --only-dependencies --enable-tests -v2
@@ -38,6 +37,7 @@ script:
- export SRC_TGZ=$(cabal-1.18 info . | awk '{print $2 ".tar.gz";exit}') ;
cd dist/;
if [ -f "$SRC_TGZ" ]; then
+ cabal-1.18 install hsb2hs;
cabal-1.18 install "$SRC_TGZ";
else
echo "expected '$SRC_TGZ' not found";