Trying to speed up travis build: run the build only once...

This commit is contained in:
Andreas Dangel 2017-05-01 19:34:45 +02:00
parent 440b228757
commit 00fcbd7375

View File

@ -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'