Skip to content

Commit

Permalink
Add forgetten build-dep install step to .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
  • Loading branch information
hvr committed Oct 20, 2013
1 parent 0b479ab commit 5f0a692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:

install:
- cabal-1.18 update
- cabal-1.18 install --only-dependencies
- ghc --version

script:
Expand Down

0 comments on commit 5f0a692

Please sign in to comment.