From cf8d30b5be51d585c4d2df0a6967a59e94ec3ed7 Mon Sep 17 00:00:00 2001 From: Chord Date: Tue, 22 Oct 2019 20:17:37 -0400 Subject: [PATCH] TravisCI: Just disable coverage --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 821973b9..448e0e27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: