1
0
Fork 0
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:
ignisf 2014-06-17 00:29:00 +03:00
parent 8bfad68536
commit 31ef4906e4

View file

@ -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