Skip to content

Commit

Permalink
Update .travis.yml to send test coverage
Browse files Browse the repository at this point in the history
This changes updates the format of the travis.yml to match our general format, as well as ensuring it is configured to send test coverage stats to codeclimate.
  • Loading branch information
Cruikshanks committed Jun 12, 2019
1 parent cf82284 commit f19b9d8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
env:
global:
- CC_TEST_REPORTER_ID=9a0d95efc12238c195685a08da6071e41d25bf6475723adf8f419095b56e0ac5

language: ruby
rvm: 2.4.2
cache: bundler

# Travis CI clones repositories to a depth of 50 commits, which is only really
# useful if you are performing git operations.
# https://docs.travis-ci.com/user/customizing-the-build/#git-clone-depth
# https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth
git:
depth: 3

before_install:
- export TZ=UTC

before_script:
# Setup to support the CodeClimate test coverage submission
# As per CodeClimate's documentation, they suggest only running
Expand Down

0 comments on commit f19b9d8

Please sign in to comment.