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

18 lines
299 B
YAML
Raw Normal View History

language: ruby
2012-04-25 22:43:30 -05:00
rvm:
- 2.2.2
- 2.1.2
2014-06-17 14:46:11 +03:00
- 2.0.0
- 1.9.3
- rbx-2
bundler_args: -j4
script:
- bundle exec rake spec build binary --trace
- travis_wait gem install pkg/*.gem
2012-04-25 22:43:30 -05:00
notifications:
recipients:
- cowboyd@thefrontside.net
- bordjukov@gmail.com
cache: bundler
2015-07-03 16:58:33 -05:00
env: CXX=clang++