Sha256: 4186ec2b9d7509f320e27ca2396981269783239a43d3cb152129242f1935dfd3

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

sudo: false
language:
  - ruby
  - java
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.10
  - 2.2.10
  - 2.3.8
  - 2.4.6
  - 2.5.5
  - 2.6.3
  - jruby-9.0.5.0
jdk: openjdk8
before_install:
  - gem install bundler --version '~> 1.17'
script: bundle exec rspec spec
notifications:
  recipients:
    - shane@emmons.io

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
monetize-1.9.4 .travis.yml
monetize-1.9.3 .travis.yml