Skip to content

Commit

Permalink
Trying to speed up travis build: run the build only once...
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed May 1, 2017
1 parent 440b228 commit 00fcbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 00fcbd7

Please sign in to comment.