mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Add travis_wait for the gem install command
gem install will not output data until it's finished with the compilation. This causes Travis timeouts.
This commit is contained in:
parent
8cdb5e8b70
commit
b1cae55257
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ matrix:
|
||||||
bundler_args: -j4
|
bundler_args: -j4
|
||||||
script:
|
script:
|
||||||
- bundle exec rake spec build binary
|
- bundle exec rake spec build binary
|
||||||
- gem install pkg/*.gem
|
- travis_wait gem install pkg/*.gem
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- cowboyd@thefrontside.net
|
- cowboyd@thefrontside.net
|
||||||
|
|
Loading…
Add table
Reference in a new issue