1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

Update .travis.yml

This commit is contained in:
Christopher Fenner 2018-10-26 10:56:21 +02:00 committed by GitHub
parent 631e9f8e19
commit dfd4ed9180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@ cache:
# Travis Conditions: https://docs.travis-ci.com/user/conditional-builds-stages-jobs
jobs:
include:
- stage: Unit Tests
- stage: Tests
name: Unit Tests
script: mvn clean test --batch-mode
after_success: mvn -DrepoToken=$COVERALLS_REPO_TOKEN org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report