mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
Bump Ruby versions in .travis.yml
This commit is contained in:
parent
fb9682d2c6
commit
7d82a9690c
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1
|
- 2.4.0
|
||||||
- 2.0.0
|
- 2.3.3
|
||||||
# - rbx-2.5.2
|
- 2.2
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- cowboyd@thefrontside.net
|
- cowboyd@thefrontside.net
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system 2.1.11
|
- gem update --system
|
||||||
script: bundle exec rake compile spec
|
script: bundle exec rake compile spec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue