mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Add ruby 1.8.7 to Travis configuration
This commit is contained in:
parent
8bfad68536
commit
31ef4906e4
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.2
|
||||
- 1.9.3
|
||||
- rbx-2
|
||||
- ree
|
||||
env:
|
||||
|
@ -11,6 +12,7 @@ env:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- rvm: ree
|
||||
- rvm: 1.8.7
|
||||
bundler_args: -j4
|
||||
script:
|
||||
- travis_wait bundle exec rake
|
||||
|
|
Loading…
Add table
Reference in a new issue