Sha256: be963cee92a5686ecf5502cb1bc11e92141812857ccbd394e21a590c9eb6cdc9
Contents?: true
Size: 1006 Bytes
Versions: 1
Compression:
Stored size: 1006 Bytes
Contents
--- env: global: - CC_TEST_REPORTER_ID=64634aec08aacb7cba69b6eb1f4c814228cffe9d167dcb208dcc6d49a4c5c493 sudo: false language: ruby cache: bundler notifications: email: false rvm: - 2.5.3 addons: postgresql: "9.5" 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 before_install: - GEM_HOME=vendor/bundle/ruby/2.5.0 gem install bundler -v 2.0.1 install: - GEM_HOME=vendor/bundle/ruby/2.5.0 bundle install --jobs=3 --retry=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle} - GEM_HOME=vendor/bundle/ruby/2.5.0 bundle exec appraisal install script: - GEM_HOME=vendor/bundle/ruby/2.5.0 bundle exec appraisal rspec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT deploy: provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN local_dir: ./coverage keep_history: true on: branch: master
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arel_toolkit-0.4.0 | .travis.yml |