Sha256: 65921fcbc3a92ba87afc8bfcd58a95fb84253ba8bd41b4eb14f427d61a364f06

Contents?: true

Size: 426 Bytes

Versions: 5

Compression:

Stored size: 426 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

5 entries across 5 versions & 1 rubygems

Version Path
wombat-cli-0.6.1 .travis.yml
wombat-cli-0.6.0 .travis.yml
wombat-cli-0.5.0 .travis.yml
wombat-cli-0.4.3 .travis.yml
wombat-cli-0.4.2 .travis.yml