1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-04 04:07:16 +02:00

change TravisCI build (#245)

* use mvn clean verify

* deactivate findbugs

* limit push builds to master branch

* revert to "clean test"
This commit is contained in:
Christopher Fenner 2018-08-15 09:36:55 +02:00 committed by GitHub
parent 5a742a310f
commit 450d34df4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,12 @@
branches:
only:
- master
language: groovy
sudo: false
install:
- pip install --user mkdocs==0.17.5 mkdocs-material==2.9.4
script:
- mvn test -B
- mvn clean test --batch-mode
- |
if [[ "${TRAVIS_PULL_REQUEST}" != "false" ]]
then

View File

@ -38,6 +38,7 @@
</pluginRepositories>
<properties>
<findbugs.skip>true</findbugs.skip>
<jenkins.version>2.32.3</jenkins.version>
<pipeline.version>2.5</pipeline.version>
<cps.global.lib.version>2.6</cps.global.lib.version>