Skip to content

Commit dd00f1a

Browse files
committed
Don't actually run the test suite, just build it
1 parent a5faefc commit dd00f1a

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
@@ -84,7 +84,7 @@ script:
8484
- if [ -f configure.ac ]; then autoreconf -i; fi
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)
87-
- cabal test
87+
# - cabal test
8888
- cabal check
8989
- cabal sdist # tests that a source-distribution can be generated
9090

0 commit comments

Comments
 (0)