mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
7c89782631
* Specify that we want to use Ubuntu Trusty for travis * Do not try to install GCC 4.8 * Don't run gem install after a successful compilation * Do not try to install bundler on OS X
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
language: ruby
|
|
rvm:
|
|
- 2.3.1
|
|
- 2.2.5
|
|
- 2.1.9
|
|
- rbx
|
|
matrix:
|
|
include:
|
|
- rvm: ruby-2.2.5
|
|
os: osx
|
|
osx_image: xcode7.3
|
|
- rvm: ruby-2.2.5
|
|
os: osx
|
|
osx_image: xcode6.4
|
|
- rvm: ruby-2.2.2
|
|
os: osx
|
|
osx_image: beta-xcode6.2
|
|
- rvm: ruby-2.3.1-clang
|
|
env: CXX=clang++
|
|
- rvm: 1.9.3
|
|
- rvm: ree
|
|
- rvm: ruby-1.8.7
|
|
allow_failures:
|
|
- rvm: ree
|
|
- rvm: ruby-1.8.7
|
|
- rvm: 1.9.3
|
|
fast_finish: true
|
|
dist: trusty
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- clang
|
|
bundler_args: --jobs=4 --retry=3
|
|
before_install:
|
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update --system; fi
|
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
|
|
script:
|
|
- MAKEFLAGS+=-j8 bundle exec rake spec build binary --trace
|
|
deploy:
|
|
provider: releases
|
|
file: $(git ls-files -o pkg | head -1)
|
|
api_key:
|
|
secure: OMCBceg89uRnU+FIPAPbeOK2pISvV4Cz62r9iTRIGXQCOOXX8M40i77/3DmtkMtc9FEuNyAu1+CH886PL2WtZZPK4CmEU3HuqXz1a5VsCI+zcAZL1tevKvblXOVQ3MG+B/SZRC3rEzGwjk4027WtzCCGoGCLUu4TFJP05+/8XN4=
|
|
skip_cleanup: true
|
|
on:
|
|
tags: true
|
|
notifications:
|
|
recipients:
|
|
- cowboyd@thefrontside.net
|
|
- bordjukov@gmail.com
|