mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-15 08:24:39 +00:00
TravisCI: Once again, try to ignore the coverage job
This commit is contained in:
parent
9836e48ac7
commit
638c3f975e
1 changed files with 6 additions and 7 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -1,14 +1,13 @@
|
||||||
language: scala
|
language: scala
|
||||||
jdk: oraclejdk8
|
jdk: oraclejdk8
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
|
scala:
|
||||||
|
- 2.11.8
|
||||||
|
env:
|
||||||
|
- SBT_COMMAND="test:compile test"
|
||||||
|
- SBT_COMMAND="coverage test:compile test coverageReport" ALLOW_FAIL=1
|
||||||
matrix:
|
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:
|
allow_failures:
|
||||||
- env: ALLOW_FAIL=1
|
- env: ALLOW_FAIL=1
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue