forked from phoedos/pmd
Trying to speed up travis build: run the build only once...
This commit is contained in:
parent
440b228757
commit
00fcbd7375
@ -12,7 +12,7 @@ before_install:
|
||||
- bash .travis/install-configure-maven.sh
|
||||
- export M2_HOME=$HOME/apache-maven-3.3.9
|
||||
- export PATH=$HOME/apache-maven-3.3.9/bin:${PATH}
|
||||
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||
install: true
|
||||
before_script: true
|
||||
script:
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash .travis/build-pull-request.sh; fi'
|
||||
|
Loading…
x
Reference in New Issue
Block a user