Sha256: afc9853ddec756390932216eca85d9d1ac7c96b1182f7162b524458ccdf1ca62
Contents?: true
Size: 643 Bytes
Versions: 1
Compression:
Stored size: 643 Bytes
Contents
dist: xenial sudo: false language: ruby rvm: - 2 - 2.3 install: - bundle install --jobs=3 --retry=3 - bundle exec appraisal install before_script: - | if [ "$TRAVIS_PULL_REQUEST" = false -a "$TRAVIS_RUBY_VERSION" = 2 ]; then curl -fL -o cc-test-reporter \ https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 chmod +x cc-test-reporter fi script: - if [ -e cc-test-reporter ]; then export COVERAGE=true; fi - bundle exec appraisal rake after_script: - | if [ -e cc-test-reporter ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT fi
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubyXL-addressing-0.5.0 | .travis.yml |