.travis.yml in interactor-3.1.0 vs .travis.yml in interactor-3.1.1
- old
+ new
@@ -1,5 +1,7 @@
+after_success:
+ - bundle exec codeclimate-test-reporter
before_install:
- gem update bundler rake
branches:
only:
- master
@@ -11,12 +13,23 @@
t1ptAb09lhQ4gexXTr83i6angMrnHgQ1ZX2wfeoZ0FvWDHQht9YkXyiNH+R6
odHUeDIYAlUiqLX9nAkklL89Rc22BrHMGGNyuA8Uc5sktW5P/FE=
language: ruby
matrix:
allow_failures:
+ - rvm: "2.0"
+ - rvm: "2.1"
+ - rvm: "2.2"
- rvm: ruby-head
+notifications:
+ webhooks:
+ on_start: always
+ urls:
+ - http://buildlight.collectiveidea.com/
rvm:
- - 1.9.3
- "2.0"
- "2.1"
+ - "2.2"
+ - "2.3"
+ - "2.4"
+ - "2.5"
- ruby-head
script: bundle exec rspec