Sha256: d599f6e43caf8025812575f467d1a10f077bfc463e0d2fdf6b63713f4659d397

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

language: ruby
sudo: false
cache: bundler
rvm:
  - 2.0.0
  - 2.1
  - 2.2
  - ruby-head
  - jruby-head
matrix:
  fast_finish: true
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
before_install: gem update --remote bundler && bundle --version
install:
  - bundle install --retry=3
script:
  - bundle exec rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bamboozled-0.1.0 .travis.yml