Sha256: 42e3a281a2e9ef3e3d3778136806f5be81fff17b9ae50f3a7159c2e97def4529

Contents?: true

Size: 399 Bytes

Versions: 2

Compression:

Stored size: 399 Bytes

Contents

language: ruby
cache: bundler

sudo: false

branches:
  only:
    - master

before_install:
  - gem update --system
  - gem --version
  - gem uninstall bundler -a -x -I
  - rvm @global do gem uninstall bundler -a -x -I
  - gem install bundler
  - bundle --version
  - rm -f .bundle/config
rvm:
  - 2.3.3
  - 2.4.0
  - ruby-head

allow_failures:
  - rvm: ruby-head

script:
  - bundle exec rake spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wombat-cli-0.4.1 .travis.yml
wombat-cli-0.4.0 .travis.yml