summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index da2bbca..5657690 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,13 +2,12 @@
language: ruby
dist: trusty
sudo: false
-script: "bundle exec rake test && bundle exec codeclimate-test-reporter"
+script: "bundle exec rake test"
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- - 2.3.0
- ruby-head
- rbx-3.81
- jruby-19mode # JRuby in 1.9 mode
@@ -23,4 +22,7 @@ matrix:
- rvm: rbx-3.81
- 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