1
0
Fork 0
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:
ignisf 2014-06-17 03:06:07 +03:00
parent 8cdb5e8b70
commit b1cae55257

View file

@ -16,7 +16,7 @@ matrix:
bundler_args: -j4
script:
- bundle exec rake spec build binary
- gem install pkg/*.gem
- travis_wait gem install pkg/*.gem
notifications:
recipients:
- cowboyd@thefrontside.net