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:
parent
3fb8bf1e42
commit
6786a2c4c2
1 changed files with 1 additions and 5 deletions
|
@ -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++
|
||||
|
|
Loading…
Reference in a new issue