mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Attempt to work around 10 minute Travis build limit
This commit is contained in:
parent
62522777fd
commit
d198236e94
1 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.0.0
|
||||
- 2.1.2
|
||||
|
@ -7,9 +8,10 @@ rvm:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- rvm: ree
|
||||
script:
|
||||
- travis_wait bundle exec rake
|
||||
notifications:
|
||||
recipients:
|
||||
- cowboyd@thefrontside.net
|
||||
- bordjukov@gmail.com
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
cache: bundler
|
Loading…
Add table
Reference in a new issue