summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 11 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 75df415..57737df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,7 @@ rvm:
- 2.1
- 2.2
- 2.3
- - ruby-head
- - rbx-3.81
+ - 2.4
- jruby-19mode # JRuby in 1.9 mode
- jruby-head
@@ -29,6 +28,14 @@ matrix:
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
+ - rvm: 2.5
+ before_install:
+ - gem install bundler
+ - rvm: ruby-head
+ before_install:
+ - gem install bundler
+ - rvm: rbx-3.81
+ before_install:
+ - gem install bundler
+
bundler_args: --without code_quality