1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/.travis.yml

14 lines
219 B
YAML
Raw Normal View History

2013-12-20 12:32:22 +02:00
cache: bundler
2012-02-17 09:12:14 -06:00
rvm:
2013-03-28 09:33:15 -05:00
- 2.0.0
2012-02-17 09:12:14 -06:00
- 1.9.2
- 1.9.3
- 1.8.7
2014-01-02 23:49:39 +02:00
- rbx-2.2.3
2012-02-17 09:12:14 -06:00
notifications:
recipients:
- cowboyd@thefrontside.net
before_install:
- gem update --system 2.1.11
2012-02-17 09:20:17 -06:00
script: bundle exec rake compile spec