.travis.yml in fullcontact-0.16.0 vs .travis.yml in fullcontact-0.17.0
- old
+ new
@@ -14,5 +14,8 @@
cache: bundler
before_script: "bundle update"
script: "bundle exec rake test"
+
+after_success:
+ - "bundle exec codeclimate-test-reporter"
- old
+ new