therubyracer/.travis.yml

13 lines
200 B
YAML
Raw Normal View History

2013-12-20 10:32:22 +00:00
cache: bundler
2017-12-27 08:02:45 +00:00
sudo: false
2012-02-17 15:12:14 +00:00
rvm:
2017-12-27 08:02:45 +00:00
- 2.5.0
- 2.4.3
- 2.3.6
2012-02-17 15:12:14 +00:00
notifications:
recipients:
- cowboyd@thefrontside.net
before_install:
2016-12-25 07:54:30 +00:00
- gem update --system
2012-02-17 15:20:17 +00:00
script: bundle exec rake compile spec