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:
parent
5a742a310f
commit
450d34df4d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user