File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
- determineScalaVersion
38
38
- removeExistingBuilds $integrationRepoUrl
39
39
- if [ ! -z "$STARR_REF" ]; then buildStarr; fi
40
- - buildLocker
41
- - buildQuick
40
+ - travis_wait 90 buildLocker
41
+ - travis_wait 90 buildQuick
42
42
- triggerScalaDist
43
43
- sbt -Dscala.build.compileWithDotty=true library/compile
44
44
@@ -48,10 +48,10 @@ jobs:
48
48
if : type = pull_request
49
49
script :
50
50
- set -e
51
- - sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
51
+ - travis_wait 90 sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
52
52
- 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
55
55
56
56
# build the spec using jekyll
57
57
- stage : build
You can’t perform that action at this time.
0 commit comments