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

Commit 92057fa

Browse files
committed
fix travis with a wait
1 parent 9334b51 commit 92057fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 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

0 commit comments

Comments
 (0)