mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
24 lines
No EOL
360 B
YAML
24 lines
No EOL
360 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.8.7
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.2
|
|
- rbx-2
|
|
- ree
|
|
env:
|
|
- CXX=g++
|
|
- CXX=clang++
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: ree
|
|
- rvm: 1.8.7
|
|
bundler_args: -j4
|
|
script:
|
|
- bundle exec rake spec build binary
|
|
- gem install pkg/*.gem
|
|
notifications:
|
|
recipients:
|
|
- cowboyd@thefrontside.net
|
|
- bordjukov@gmail.com
|
|
cache: bundler |