mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00

Travis now supports only Rubinius 2.1 and up. http://about.travis-ci.org/docs/user/languages/ruby/#Rubinius Additionally the Ruby standard library has been separated from rbx in to a set of gems and now needs to be set as a development dependency. http://rubini.us/2013/09/22/ready-set/
13 lines
No EOL
221 B
YAML
13 lines
No EOL
221 B
YAML
rvm:
|
|
- 2.0.0
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- rbx-2.1.1
|
|
- rbx-2.2.1
|
|
notifications:
|
|
recipients:
|
|
- cowboyd@thefrontside.net
|
|
- bordjukov@gmail.com
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install git-svn |