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.6.8/spec/ruby/.travis.yml
sudo: false
language: ruby
install:
  - git clone https://github.com/ruby/mspec.git ../mspec
script:
  - ../mspec/bin/mspec $MSPEC_OPTS
matrix:
  include:
    - rvm: 2.5.3
      env: MSPEC_OPTS="-R2 -ff"
    - rvm: 2.3.8
    - rvm: 2.4.5
    - rvm: 2.5.3
      env: CHECK_LEAKS=true
    - rvm: ruby-head
    - env: RUBOCOP=true
      rvm: 2.4.5
      script:
        - gem install rubocop -v 0.54.0
        - rubocop
  allow_failures:
    - rvm: ruby-head
branches:
  only:
    - master
    - /^try/
notifications:
  email:
    on_success: change
    on_failure: change