summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-25 03:38:14 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-25 03:44:45 -0300
commitecf65052cee73e3db52e604b1fc08d91d4ea60df (patch)
treeab5bf369391664cfab8667d4b76ef1236118b8f0
parenteefad1db4b3b4a384fa7e65b4a19ea60dbeb7170 (diff)
downloadhighline-ecf65052cee73e3db52e604b1fc08d91d4ea60df.tar.gz
Run codeclimate reporter only on 2.3. Faster
-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