TravisCI: Once again, try to ignore the coverage job

This commit is contained in:
Chord 2019-10-22 14:58:30 -04:00
parent 9836e48ac7
commit 638c3f975e

View file

@ -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