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

Commit 0e6d775

Browse files
committed
fix travis with a wait
1 parent 9334b51 commit 0e6d775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ 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:

0 commit comments

Comments
 (0)