Skip to content

Commit 285cbf5

Browse files
committed
Don't cabal check in travis, it doesn't like -O2
1 parent dd00f1a commit 285cbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ script:
8585
- cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging
8686
- cabal build # this builds all libraries and executables (including tests/benchmarks)
8787
# - cabal test
88-
- cabal check
88+
# - cabal check
8989
- cabal sdist # tests that a source-distribution can be generated
9090

9191
# Check that the resulting source distribution can be built & installed.

0 commit comments

Comments
 (0)