increase build time

This commit is contained in:
Jeremy Long
2017-12-22 06:47:59 -05:00
parent 302fe1ce05
commit 3afea40bbb

View File

@@ -29,12 +29,12 @@ matrix:
env:
- JDK="JDK7"
script:
- if [ ! -z "$TRAVIS_TAG" ]; then travis_wait 35 mvn install site site:stage -DreleaseTesting; else travis_wait 35 mvn install -DreleaseTesting; fi
- if [ ! -z "$TRAVIS_TAG" ]; then travis_wait 60 mvn install site site:stage -DreleaseTesting; else travis_wait 60 mvn install -DreleaseTesting; fi
- jdk: oraclejdk8
env:
- JDK="JDK8"
script:
- travis_wait 35 mvn install -DreleaseTesting
- travis_wait 60 mvn install -DreleaseTesting
after_success:
- if [ "$JDK" == "JDK8" ]; then