AndyObtiva/glimmer-dsl-xml

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
env:
  global:
    - CC_TEST_REPORTER_ID=142d86724a812b78a76db5fd1087666a047ae01d734ec4ce471c097ebd7028ad
    - JRUBY_OPTS="--debug"
language: ruby
rvm:
  - jruby-9.2.12.0
os: linux
dist: xenial
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
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
  - ruby -e "$(curl -s https://undercover-ci.com/uploader.rb)" -- --repo AndyObtiva/glimmer-dsl-xml --commit $TRAVIS_COMMIT --lcov coverage/lcov/glimmer-dsl-xml.lcov