mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
11 lines
198 B
YAML
11 lines
198 B
YAML
cache: bundler
|
|
rvm:
|
|
- 2.1
|
|
- 2.0.0
|
|
# - rbx-2.5.2
|
|
notifications:
|
|
recipients:
|
|
- cowboyd@thefrontside.net
|
|
before_install:
|
|
- gem update --system 2.1.11
|
|
script: bundle exec rake compile spec
|