Sha256: 0fd8ba73c03e2d42c2c31b264222008d7ebe33705f202b12e1ba9f51a42d0307

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

language: ruby
sudo: false

cache: bundler

bundler_args: --no-deployment --binstubs=./bin

before_install:
  - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
  - gem install bundler
  - gem update bundler

install:
  - bundle install --path vendor/bundle

script:
   - echo $BUNDLE_GEMFILE
   - bundle exec rake
   
rvm:
- 2.2.2
- 2.2.5
- 2.3.1
- 2.3.2
- 2.3.3
env:
 - RAILS_ENV=test RACK_ENV=test
notifications:
  email: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tax_generator-0.8.0 .travis.yml
tax_generator-0.7.1 .travis.yml
tax_generator-0.7.0 .travis.yml