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
eregon 80fdfbf809 Update to ruby/mspec@7074b56
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-06-27 11:37:19 +00:00

29 lines
911 B
YAML

sudo: false
language: ruby
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
- rvm: system
install:
- curl -L https://github.com/oracle/truffleruby/releases/download/vm-1.0.0-rc2/truffleruby-1.0.0-rc2-linux-amd64.tar.gz | tar xz
- export PATH="$PWD/truffleruby-1.0.0-rc2-linux-amd64/bin:$PATH"
- $PWD/truffleruby-1.0.0-rc2-linux-amd64/lib/truffle/post_install_hook.sh
- gem install bundler
- bundle install