Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 19764a6

Browse files
committed
fix travis with a wait
1 parent 9334b51 commit 19764a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ addons:
3636
- g++-4.8
3737

3838
before_install:
39-
- g++-4.8 --version
39+
- travis_wait g++-4.8 --version
4040

4141
before_script:
4242
- npm run install_testapp
4343
- npm run pretest
4444
- mkdir -p $LOGS_DIR
45-
- ./scripts/travis_setup.sh
45+
- travis_wait ./scripts/travis_setup.sh
4646

4747

4848
script:
49-
- ./scripts/testserver.sh
50-
- ./scripts/test_on_travis.sh
49+
- travis_wait ./scripts/testserver.sh
50+
- travis_wait ./scripts/test_on_travis.sh
5151

5252
after_script:
53-
- ./scripts/print_logs.sh
53+
- travis_wait ./scripts/print_logs.sh

0 commit comments

Comments
 (0)