Sha256: a5469342c80ab95d8fce3f3ff7077ca00dee0c06651bd62ac3432927c4ac89eb

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.2
  - 2.3.0
  - rbx
  - jruby-9

before_install:
  - rvm get head
  - rvm reload
  - rvm use --install $TRAVIS_RUBY_VERSION --binary --latest
install: 'bundle install --retry=3'
script: 'ruby -vr bundler/setup -S rake test'

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
rest-firebase-1.1.0 .travis.yml
rest-core-4.0.0 .travis.yml
rest-builder-0.9.0 .travis.yml