1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/mspec/.travis.yml

31 lines
864 B
YAML
Raw Normal View History

sudo: false
language: ruby
before_script:
# https://github.com/travis-ci/travis-ci/issues/8408
- unset _JAVA_OPTIONS
script:
- bundle exec rspec
matrix:
include:
- rvm: 2.3.7
- rvm: 2.4.4
before_install:
# https://github.com/travis-ci/travis-ci/issues/8978
- gem update --system
- gem install bundler
- rvm: 2.5.1
before_install:
# https://github.com/travis-ci/travis-ci/issues/8978
- gem update --system
- gem install bundler
- rvm: ruby-head
before_install:
# https://github.com/travis-ci/travis-ci/issues/8978
- gem update --system
- gem install bundler
- jdk: oraclejdk8
install:
- curl -L https://github.com/oracle/truffleruby/releases/download/vm-enterprise-0.28/truffleruby-testing-0.28.tar.gz | tar xz
- source truffleruby/setup_env
- bundle install