Sha256: 6672073592f983c4c2e2aaa690faf1dcd8d6fc4a7f839305d66029d14891f5b2

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

---
sudo: false
language: ruby
cache: bundler
rvm:
  - jruby-9.2.0.0
before_install: gem install bundler -v 1.16.4
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:
  - jruby -G bin/rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
haj-0.0.2 .travis.yml
haj-0.0.1 .travis.yml