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

clang is required to compile 4.5.x

This commit is contained in:
Charles Lowell 2015-07-03 16:58:33 -05:00
parent 3fb8bf1e42
commit 6786a2c4c2

View file

@ -5,11 +5,6 @@ rvm:
- 2.0.0
- 1.9.3
- rbx-2
matrix:
include:
- rvm: 2.1.2-clang
env: CXX=clang++
fast_finish: true
bundler_args: -j4
script:
- bundle exec rake spec build binary --trace
@ -19,3 +14,4 @@ notifications:
- cowboyd@thefrontside.net
- bordjukov@gmail.com
cache: bundler
env: CXX=clang++