HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/src/ruby-2.5.9/spec/ruby/.travis.yml
sudo: false
language: ruby
install:
  - git clone https://github.com/ruby/mspec.git ../mspec
script:
  - if [ -n "$RUBOCOP" ]; then gem install rubocop -v 0.52.0 && rubocop; fi
  - ../mspec/bin/mspec $MSPEC_OPTS
matrix:
  include:
    - os: osx
      osx_image: xcode9
      rvm: 2.4.2
      env: CHECK_LEAKS=true
    - os: linux
      rvm: 2.4.2
      env: MSPEC_OPTS="-R2 -ff"
    - os: linux
      rvm: 2.2.8
    - os: linux
      rvm: 2.3.5
    - os: linux
      rvm: 2.4.2
      env: CHECK_LEAKS=true RUBOCOP=true
    - os: linux
      rvm: ruby-head
  allow_failures:
    - os: linux
      rvm: ruby-head
branches:
  only:
    - master
    - /^try/
notifications:
  email:
    on_success: change
    on_failure: change