Skip to content

Commit

Permalink
Don't run souffle tests in Travis.
Browse files Browse the repository at this point in the history
The test no longer works on MacOS, as subversion installation fails in
Travis.  Since these tests run in gitlab anyway, there is no hard in
disabling them.
  • Loading branch information
ryzhyk committed Jul 9, 2020
1 parent 055db12 commit 62a649e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cache:

env:
- TOOL=stack TEST_SUITE='-p tutorial' BUILD_BINARY=1
- TOOL=run_souffle_tests
# - TOOL=run_souffle_tests
# - TOOL=stack TEST_SUITE='-p redist' JAVA=1
# - TOOL=stack TEST_SUITE='-p span_uuid'
# - TOOL=stack TEST_SUITE='-p souffle0'
Expand Down

0 comments on commit 62a649e

Please sign in to comment.