Sha256: b214c8e4e2dc5ec259c58a9583a0d76ac358478358a85ed5edb9fb49139563f7
Contents?: true
Size: 695 Bytes
Versions: 2
Compression:
Stored size: 695 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=69a23bee43b8c53271b1a6fbe18b6167de91a06d66ab19908dd52f73158ab71b language: ruby sudo: false rvm: - '2.4.2' - '2.3.4' - '1.9.3' - 'jruby' - 'rbx' branches: only: - master matrix: allow_failures: - rvm: jruby - rvm: rbx - rvm: '1.9.3' before_install: - sudo apt-get -qq update - sudo apt-get install -y ghostscript 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 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 |
---|---|
brcobranca-9.1.1 | .travis.yml |
brcobranca-9.1.0 | .travis.yml |