diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-04 21:50:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-04 21:50:09 -0700 |
commit | 923e65ffa8bf0794fc9482ab1e98056394cb7652 (patch) | |
tree | 727889808046faef2636c771716235d9548cfcdc | |
parent | b74099c0521ff6ee27596935e3b1648450c947a5 (diff) | |
download | pandoc-923e65ffa8bf0794fc9482ab1e98056394cb7652.tar.gz |
Travis: install hsb2hs.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1e3f7124c..0ea418dac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ before_install: install: - cabal-$CABALVER update # - git clone https://github.com/jgm/pandoc-types && cd pandoc-types && cabal-1.18 install && cd .. + - cabal-$CABALVER install hsb2hs - cabal-$CABALVER install $JOPTS --only-dependencies --enable-tests # 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. |