Sha256: ca9e38ef68500b99bca5f42c5f8147dfceaaacd46a02ba2a09a1428196ce4140

Contents?: true

Size: 523 Bytes

Versions: 2

Compression:

Stored size: 523 Bytes

Contents

language: ruby
install: bundle install --jobs=1 --retry=1
script:
  - bundle install
  - bundle exec rspec

rvm:
  - 2.2
  - 2.1
  - 2.0.0
  - rbx-2.5.8
  - jruby-9.0.4.0
  - ruby-head
  - jruby-head

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

env:
  matrix:
    - RAILS=3.2.22
    - RAILS=4.1.13
    - RAILS=4.2.4
    - RAILS=master
  global:
    - JRUBY_OPTS="-J-Xmx1024m --debug"

notifications:
  email: 
    recipients:
    - buermann@gmail.com
    on_success: change
    on_failure: always

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
introspective_grape-0.0.4 .travis.yml
introspective_grape-0.0.3 .travis.yml