summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 5657690..82bfae2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,12 +2,13 @@
language: ruby
dist: trusty
sudo: false
+cache: bundler
script: "bundle exec rake test"
rvm:
- - 1.9
- 2.0
- 2.1
- 2.2
+ - 2.3
- ruby-head
- rbx-3.81
- jruby-19mode # JRuby in 1.9 mode
@@ -23,6 +24,10 @@ matrix:
- rvm: jruby-19mode # JRuby in 1.9 mode
- rvm: jruby-head
include:
- - rvm: 2.3
- script: "bundle exec rake test && bundle exec codeclimate-test-reporter" # Run only for 2.3
-bundler_args: --without development
+ - rvm: 1.9
+ before_install:
+ - "gem update --system -N"
+ - "gem update bundler -N"
+ - rvm: 2.4
+ script: "bundle exec rake test && bundle exec codeclimate-test-reporter" # Run only for 2.4
+bundler_args: --without code_quality