Skip to content

Commit 3cf6eb4

Browse files
committed
Don't run cabal check on travis-ci
cabal check fails when using -O2.
1 parent 81ca89c commit 3cf6eb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ script:
2525
- cabal-1.18 configure --enable-tests -v2 # -v2 provides useful information for debugging
2626
- cabal-1.18 build # this builds all libraries and executables (including tests/benchmarks)
2727
- cabal-1.18 test
28-
- cabal-1.18 check
2928
- cabal-1.18 sdist # tests that a source-distribution can be generated
3029

3130
# The following scriptlet checks that the resulting source distribution can be built & installed

0 commit comments

Comments
 (0)