Skip to content

Commit 02a5dfe

Browse files
committed
Experiment: modify .travis.yml travis_wait
Modify the command as per https://docs.travis-ci.com/user/common-build-problems/ in particular don't try and run it as a separate command.
1 parent 1a5c026 commit 02a5dfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ before_script:
2121
- mkdir -p $SMALLTALK_CI_BUILD/UCD && cp UCD/* $SMALLTALK_CI_BUILD/UCD/
2222

2323
script:
24-
- travis_wait 120 sleep infinity &
25-
- $SMALLTALK_CI_HOME/run.sh ${CI_FILE}
24+
- travis_wait 60 $SMALLTALK_CI_HOME/run.sh ${CI_FILE}

0 commit comments

Comments
 (0)