Skip to content

Commit

Permalink
travis: more test woes
Browse files Browse the repository at this point in the history
  • Loading branch information
wjt committed Aug 18, 2015
1 parent f04933d commit 0328a90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ script:
- if [ -f configure.ac ]; then autoreconf -i; fi
- cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
- cabal build # this builds all libraries and executables (including tests/benchmarks)
- cabal test -j1 # TODO: -j1 to attempt to work around Cabal-the-library version mismatch
- ./dist/setup/setup test
- cabal check
- cabal sdist # tests that a source-distribution can be generated

Expand Down
4 changes: 3 additions & 1 deletion make_travis_yml.hs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ genTravisFromCabalFile fn xpkgs = do
, " - if [ -f configure.ac ]; then autoreconf -i; fi"
, " - cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging"
, " - cabal build # this builds all libraries and executables (including tests/benchmarks)"
, " - cabal test -j1 # TODO: -j1 to attempt to work around Cabal-the-library version mismatch"
-- FIXME
-- , " - cabal test"
, " - ./dist/setup/setup test"
, " - cabal check"
, " - cabal sdist # tests that a source-distribution can be generated"
, ""
Expand Down

0 comments on commit 0328a90

Please sign in to comment.