We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43ddb03 + f72e352 commit c053bc5Copy full SHA for c053bc5
.travis.yml
@@ -1,12 +1,4 @@
1
-sudo: required
2
-
3
language: java
4
-jdk:
5
- - oraclejdk7
6
7
-cache:
8
- directories:
9
- - '$HOME/.m2/repository'
+install: '/bin/true'
+script: '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && mvn deploy -s ./travis-settings.xml -V -Prun-its -q -B -e|| mvn install -s ./travis-settings.xml -V -Prun-its -q -B -e'
10
11
-install: /bin/true
12
-script: mvn deploy -s ./travis-settings.xml -V -Prun-its -B -e
0 commit comments