summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2016-12-11 08:43:07 -0500
committerGitHub <noreply@github.com>2016-12-11 08:43:07 -0500
commitf22bd283e6ea8292deea52ebd13d314e621a11bd (patch)
tree4848b2240bea89054378a8f7a31ada663f92d530
parent6be708e65384b8fd0b864a13ceb3047897c6c6c5 (diff)
downloadhashie-f22bd283e6ea8292deea52ebd13d314e621a11bd.tar.gz
Move CodeClimate test reporter to after_script.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2bea6fb..577edc9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ matrix:
- rvm: 2.3.1
before_script:
- bundle exec danger
+ after_script:
- bundle exec codeclimate-test-reporter
allow_failures:
- rvm: ruby-head