Sha256: 763b504cf5c56d3d8eaff648a45fa7481c24ddf5b38634abbf2c5f4dff6adca8
Contents?: true
Size: 688 Bytes
Versions: 1
Compression:
Stored size: 688 Bytes
Contents
language: ruby rvm: 2.5.0 cache: bundler sudo: false before_install: - "echo '--colour' > ~/.rspec" - git config --global user.name 'Travis CI' - git config --global user.email 'travis-ci@example.com' - gem update --system - install: bundle install env: global: - CC_TEST_REPORTER_ID="09ed0410f3fbea5adfde57a2176ee68472404421c98b17ea57139beaa425308b" 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 rubocop - bundle exec rspec - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tractor_beam-0.1.2 | .travis.yml |