Sha256: 3588f227262c05eafd64e7fe09813d9f23a01ccff577ee8a5162bfb47b5bee9b

Contents?: true

Size: 508 Bytes

Versions: 1

Compression:

Stored size: 508 Bytes

Contents

language: ruby
before_install:
  - "if [[ $TRAVIS_RUBY_VERSION == 1.8.7 ]] ; then rvm rubygems latest-2.1 ; fi"
  - "if [[ $TRAVIS_RUBY_VERSION == 1.9.3 ]] ; then gem update bundler ; fi"
rvm:
  - jruby
  - ruby-head
  - 1.8.7
  - 1.9.3
  - 2.0.0
  - 2.1
  - 2.2
  - 2.3
  - 2.4.1
  - rbx
notifications:
  irc:
    channels:
      - "irc.freenode.org#rvm-test"
  email:
    recipients:
      - ilmirashaikhraznova@gmail.com
    on_failure: change
matrix:
  allow_failures:
    - rvm: rbx
  fast_finish: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nlmt-wrappers-0.0.1 .travis.yml