Skip to content

Commit

Permalink
Install cpphs
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 9, 2015
1 parent 7468824 commit 5015220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ install:
- cabal --version
- echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
- travis_retry cabal update
- cabal install --only-dependencies --enable-tests --enable-benchmarks
- cabal install cpphs
- cabal install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls

script:
- if [ -f configure.ac ]; then autoreconf -i; fi
Expand Down

0 comments on commit 5015220

Please sign in to comment.