summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 171aa74b..25a09de6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: ruby
cache: bundler
-dist: trusty
sudo: false
@@ -9,6 +8,8 @@ branches:
- master
- 13-stable
+bundler_args: --jobs 7 --without docs debug
+
before_install:
- gem --version
- rvm @global do gem uninstall bundler -a -x -I || true