Sha256: 2a553ddd22b2587d6407edfeee65d939c4e9a23afde09c04a51809d73aff611c

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

before_install:
  - gem install bundler
language: ruby
matrix:
  allow_failures:
    - rvm: 1.8.7
    - rvm: 1.9.2
    - rvm: jruby
    - rvm: rbx-3.2
    - rvm: ree
  fast_finish: true
rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0
  - 2.1
  - 2.2
  - 2.3.3
  - 2.4.1
  - jruby
  - rbx-3.2
  - ree
script: 
  - "bundle exec shindont"
  - "bundle exec rake spec[progress]"

sudo: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
excon-0.60.0 .travis.yml