Sha256: f05561bee4259fd16790c8b61a08b965556ae763841533a177a46789e3a284fe

Contents?: true

Size: 420 Bytes

Versions: 10

Compression:

Stored size: 420 Bytes

Contents

sudo: false
language: ruby
cache: bundler
rvm:
- 2.4.2
before_install:
  - gem install bundler
  - bundle install
before_script:
- "curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter"
- chmod +x ./cc-test-reporter
- "./cc-test-reporter before-build"
after_script:
- "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
notifications:
  email: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
boppers-0.0.10 lib/boppers/generator/plugin/.travis.yml
boppers-0.0.9 lib/boppers/generator/plugin/.travis.yml
boppers-0.0.8 lib/boppers/generator/plugin/.travis.yml
boppers-0.0.7 lib/boppers/generator/plugin/.travis.yml
boppers-0.0.6 lib/boppers/generator/plugin/.travis.yml
boppers-0.0.5 lib/boppers/generator/plugin/.travis.yml
boppers-0.0.4 lib/boppers/generator/plugin/.travis.yml
boppers-0.0.3 lib/boppers/generator/plugin/.travis.yml
boppers-0.0.2 lib/boppers/generator/plugin/.travis.yml
boppers-0.0.1 lib/boppers/generator/plugin/.travis.yml