.travis.yml in dry-auto_inject-0.4.2 vs .travis.yml in dry-auto_inject-0.4.3
- old
+ new
@@ -1,25 +1,22 @@
language: ruby
-sudo: false
+dist: trusty
+sudo: required
cache: bundler
-bundler_args: --without console
+bundler_args: --without tools
script:
- - bundle exec rake spec
+ - bundle exec rake
+after_success:
+ - '[ -d coverage ] && bundle exec codeclimate-test-reporter'
rvm:
- - 2.1
- - 2.2
- - 2.3.1
- - rbx
- - ruby-head
- - jruby-head
+ - 2.1.10
+ - 2.2.7
+ - 2.3.4
+ - 2.4.1
+ - jruby-9.1.10.0
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
-matrix:
- allow_failures:
- - rvm: rbx
- - rvm: ruby-head
- - rvm: jruby-head
addons:
code_climate:
repo_token: 029b5aa100b82b6710e285597b7eabe760357b5dd1f626514371356055378d8c
notifications:
email: false