Skip to content

Commit

Permalink
Fix travis-ci config to invoke cabal correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed Dec 31, 2013
1 parent d62833a commit cb678d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ script:

# The following lines check that the examples build
- cd examples
- sandbox init
- sandbox add-source ..
- cabal-1.18 sandbox init
- cabal-1.18 sandbox add-source ..
- cabal-1.18 install --only-dependencies
- cabal-1.18 configure -v2 # -v2 provides useful information for debugging
- cabal-1.18 build # this builds all libraries and executables (including tests/benchmarks)

0 comments on commit cb678d5

Please sign in to comment.