Sha256: 35a76d0e59e6e3604caaaa27f4448e717ee75d59f334d426aba331a26eb48e01
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
language: ruby rvm: - 2.5 - 2.4 - rubinius-3 matrix: include: - rvm: 2.5.1 os: osx osx_image: xcode9.4.1 - rvm: 2.5.1 os: osx osx_image: xcode9.2 allow_failures: - rvm: rubinius-3 fast_finish: true addons: apt: packages: - clang bundler_args: --jobs=4 --retry=3 before_install: - if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update --system; fi - if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" == "system" ]; then sudo gem install bundler; fi - if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update --system; fi - if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update bundler; fi script: - git submodule update --init - bundle exec rake spec 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 # condition: $TRAVIS_OS_NAME = osx cache: bundler: true notifications: recipients: - cowboyd@thefrontside.net - bordjukov@gmail.com
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libv8-6.7.288.46.1 | .travis.yml |
libv8-6.7.288.46.0 | .travis.yml |