Skip to content

Commit

Permalink
Run 'cabal update' before install
Browse files Browse the repository at this point in the history
Travis CI used to do this itself but looks like it doesn't anymore for
non-default configs.
  • Loading branch information
nurpax committed Jan 28, 2013
1 parent 56d533f commit f677c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: haskell
install:
- cabal update
- cabal install --enable-tests
script:
- cd example
Expand Down

0 comments on commit f677c8b

Please sign in to comment.