From 638c3f975eb54366c363b57e159434d67681e108 Mon Sep 17 00:00:00 2001 From: Chord Date: Tue, 22 Oct 2019 14:58:30 -0400 Subject: [PATCH] TravisCI: Once again, try to ignore the coverage job --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 661fdc77..821973b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ language: scala jdk: oraclejdk8 dist: trusty + +scala: + - 2.11.8 +env: + - SBT_COMMAND="test:compile test" + - SBT_COMMAND="coverage test:compile test coverageReport" ALLOW_FAIL=1 matrix: - include: - - name: "PSForever Tests" - scala: 2.11.8 - env: SBT_COMMAND="test:compile test" - - name: "PSForever Test Coverage" - scala: 2.11.8 - env: SBT_COMMAND="coverage test:compile test coverageReport" ALLOW_FAIL=1 allow_failures: - env: ALLOW_FAIL=1 fast_finish: true