.travis.yml in defaults-1.0.1 vs .travis.yml in defaults-2.0.0
- old
+ new
@@ -1,15 +1,24 @@
language: ruby
script: bundle exec rake
sudo: false
cache: bundler
-addons:
- code_climate:
- repo_token:
- secure: "aViiP4wSO11Sq/7aXMeoo4ksDj3/wPs3do+cP79jSFiF/ZyBnETWOG4BQoO+UWT1IctnlEN/jrAceZZ9VTbxrtkPbJriO4X8AZDweOq4TOvrRa+6jPfuAqh5QZeSbXucrTU54DWCyPDu404bIz+9yh1vFMBtstKQF1mx4MJVXY4="
rvm:
- - '2.0'
- - '2.1'
- - '2.2'
- - '2.3.0'
+- 2.5.2
+gemfile:
+- Gemfile
+- gemfiles/5_2.gemfile
+- gemfiles/5_1.gemfile
+- gemfiles/5_0.gemfile
notifications:
email: false
+before_install:
+- gem install bundler
+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"
+after_script:
+- "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
+env:
+ global:
+ secure: G5s7bzgQzX9fcD+Wj9pNq3ePjnFxOeu7Q39q3ZX6KfJctD0VIrKR+tHyXpr08GDjB4sbQjmEAyVVypmn2UeIGd5Uzi72euM4G5h09CssD/zgTROojihMj8EvKLRj2oBVk40zCyPNdl31TGMFI6auSxNzM4VI1f4f1BV6ejgAPt4=