Sha256: 919f340dc5b31a41df630bf08c0de03fe70b344d4990db0397c9e934960f0b37

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 Bytes

Contents

sudo: false
language: ruby
cache: bundler
bundler_args: --without development
rvm:
  - 2.0.0
  - 2.1.8
  - 2.2.4
  - 2.3.0
  - 2.4.0
  - jruby-9.0.5.0
  - ruby-head
  - jruby-head
  - rbx-2.11
  - rbx-3.14
matrix:
  fast_finish: true
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx-2.11
    - rvm: rbx-3.14
script:
  - bundle exec rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
morfo-0.7.0 .travis.yml