Sha256: 8a2f0edeaa6c07c3c6b5fd8f84f7ec277bacc504c28a40c3ec05a9c27d3df045

Contents?: true

Size: 546 Bytes

Versions: 1

Compression:

Stored size: 546 Bytes

Contents

env:
  global:
    - SIMPLECOV=Y
    - CC_TEST_REPORTER_ID=3074d8c3cb0d49f626bee84a35dfc5be1946a7e6109ebac4496827f1d699491e
language: ruby
rvm:
  - 2.0.0
  - 2.3.0
  - 2.5.0
  - ruby-head
before_install: gem install bundler -v 1.10.5
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
script:
  - bundle exec rake test
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ass_launcher-0.7.0 .travis.yml