File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ install:
14
14
- unset JAVA_HOME
15
15
- java -Xmx32m -version
16
16
- javac -J-Xmx32m -version
17
+ - wget -qO- "https://github.com/crazy-max/travis-wait-enhanced/releases/download/v0.2.1/travis-wait-enhanced_0.2.1_linux_x86_64.tar.gz" | tar -zxvf - travis-wait-enhanced
18
+ - mv travis-wait-enhanced /home/travis/bin/
19
+ - if [[ $(sha256sum /home/travis/bin/travis-wait-enhanced | awk '{print $1}') != "beafc50180f359ee870782415613daff6fea134c88dde3a8a5d276d10ca1ddf0" ]]; then exit 1; fi
17
20
18
21
stages :
19
22
- name : build
37
40
- determineScalaVersion
38
41
- removeExistingBuilds $integrationRepoUrl
39
42
- if [ ! -z "$STARR_REF" ]; then buildStarr; fi
40
- - travis_wait 90 buildLocker
41
- - travis_wait 90 buildQuick
43
+ - travis-wait-enhanced --interval=9m --timeout=90m -- buildLocker
44
+ - travis-wait-enhanced --interval=9m --timeout=90m -- buildQuick
42
45
- triggerScalaDist
43
46
- sbt -Dscala.build.compileWithDotty=true library/compile
44
47
@@ -48,10 +51,10 @@ jobs:
48
51
if : type = pull_request
49
52
script :
50
53
- set -e
51
- - travis_wait 90 sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
54
+ - travis-wait-enhanced --interval=9m --timeout=90m -- sbt -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
52
55
- STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
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
56
+ - travis-wait-enhanced --interval=9m --timeout=90m -- sbt -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
57
+ - travis-wait-enhanced --interval=9m --timeout=90m -- sbt -Dscala.build.compileWithDotty=true library/compile
55
58
56
59
# build the spec using jekyll
57
60
- stage : build
You can’t perform that action at this time.
0 commit comments