TravisCI: Just disable coverage

This commit is contained in:
Chord 2019-10-22 20:17:37 -04:00
parent 638c3f975e
commit cf8d30b5be

View file

@ -6,11 +6,8 @@ scala:
- 2.11.8
env:
- SBT_COMMAND="test:compile test"
- SBT_COMMAND="coverage test:compile test coverageReport" ALLOW_FAIL=1
matrix:
allow_failures:
- env: ALLOW_FAIL=1
fast_finish: true
# TODO(chord): uncomment when WorldSessionActor is refactored
#- SBT_COMMAND="coverage test:compile test coverageReport"
cache:
directories: