File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,18 @@ jobs:
37
37
- deriveModuleVersions
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
44
44
# pull request validation (w/ mini-bootstrap)
45
45
- stage : build
46
46
name : " JDK 8 pr validation"
47
47
if : type = pull_request
48
48
script :
49
- - sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
49
+ - travis_wait 90 sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
50
50
- STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
51
- - sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
51
+ - travis_wait 90 sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
52
52
53
53
# build the spec using jekyll
54
54
- stage : build
You can’t perform that action at this time.
0 commit comments