summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d5193e2..8134b8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,10 @@ before_install:
matrix:
include:
- - rvm: 2.5.1
+ - rvm: 2.2.10
+ - rvm: 2.3.7
- rvm: 2.4.4
+ - rvm: 2.5.1
- rvm: ruby-head
allow_failures:
- rvm: ruby-head
@@ -19,4 +21,6 @@ branches:
only:
- master
-script: bundle exec rake ci
+bundler_args: --without docs development
+
+script: bundle exec rake