summaryrefslogtreecommitdiff
path: root/spec/mspec/.travis.yml
blob: 0da5e83da258f5bed96f3e962e9000f36e307538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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