Sha256: ffce3d09aae3cb2ba6d4694c23a0a7e5cbe4c18687af3d5f947540721309adc5
Contents?: true
Size: 899 Bytes
Versions: 3
Compression:
Stored size: 899 Bytes
Contents
sudo: false language: ruby cache: bundler rvm: - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.1 - ruby-head before_install: - gem update --system - gem install bundler matrix: allow_failures: - rvm: ruby-head env: global: - CC_TEST_REPORTER_ID=2a6d225e3f463601e4e8e1b7a2f2a7c6c6b58dac59ccf77d03e784e3cc19a866 - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi) 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 - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi) after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ecb_exchange-0.1.2 | .travis.yml |
ecb_exchange-0.1.1 | .travis.yml |
ecb_exchange-0.1.0 | .travis.yml |