Skip to content

Commit 83ebc7b

Browse files
committed
Merge commit '57b56fc108' into merge/2.12.x-to-2.13.x-20190923
2 parents dd08ebe + 57b56fc commit 83ebc7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- determineScalaVersion
3838
- removeExistingBuilds $integrationRepoUrl
3939
- if [ ! -z "$STARR_REF" ]; then buildStarr; fi
40-
- buildLocker
41-
- buildQuick
40+
- travis_wait 90 buildLocker
41+
- travis_wait 90 buildQuick
4242
- triggerScalaDist
4343
- sbt -Dscala.build.compileWithDotty=true library/compile
4444

@@ -48,10 +48,10 @@ jobs:
4848
if: type = pull_request
4949
script:
5050
- set -e
51-
- sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
51+
- travis_wait 90 sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
5252
- STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
53-
- sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
54-
- sbt -Dscala.build.compileWithDotty=true library/compile
53+
- travis_wait 90 sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
54+
- travis_wait 90 sbt -Dscala.build.compileWithDotty=true library/compile
5555

5656
# build the spec using jekyll
5757
- stage: build

0 commit comments

Comments
 (0)