diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-04-09 15:07:36 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-04-09 15:07:36 -0700 |
| commit | f31f5924b3f31e62838216592f7e7d95d8c7b2a1 (patch) | |
| tree | 4d3bcea6b5e71f90afc24b9025d473a37583c4cb | |
| parent | 6b49015307864951428aa39e509f155af30b9dbf (diff) | |
| download | pandoc-f31f5924b3f31e62838216592f7e7d95d8c7b2a1.tar.gz | |
More travis tweaks.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 42fa74124..9bff8afd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ install: export PATH=$HOME/.cabal/bin:$PATH fi - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd .. + - cabal-1.18 install hsb2hs - cabal-1.18 install --only-dependencies --enable-tests -v2 # 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. @@ -37,7 +38,6 @@ 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"; |
