summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f7875d..bd71bb3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,12 +2,18 @@ language: ruby
cache: bundler
dist: xenial
+before_install:
+ - gem install bundler || true
+ - bundle --version
+ - gem update --system
+ - gem --version
+
matrix:
include:
- rvm: 2.3.8
- rvm: 2.4.5
- - rvm: 2.5.3
- - rvm: 2.6
+ - rvm: 2.5.5
+ - rvm: 2.6.2
- rvm: ruby-head
allow_failures:
- rvm: ruby-head
@@ -16,10 +22,6 @@ branches:
only:
- master
-before_install:
- - gem update --system
- - gem --version
- - gem update bundler
- - bundle --version
+bundler_args: --jobs 7 --without development
script: bundle exec rake