summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index faecf1d..fdbe34a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ before_install:
sudo: false
language: ruby
cache: bundler
+bundler_args: --jobs 7 --without debug
script:
- bundle update
@@ -18,25 +19,25 @@ script:
matrix:
include:
- - rvm: 2.5.0
+ - rvm: 2.5.3
env: PEDANT_KNIFE_TESTS=true PEDANT_ALLOW_RVM=1
- - rvm: 2.5.0
+ - rvm: 2.5.3
env: SINGLE_ORG=true
- - rvm: 2.5.0
+ - rvm: 2.5.3
env:
- CHEF_FS=true
- - "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\""
- - rvm: 2.5.0
+ - "GEMFILE_MOD=\"gem 'ohai', github: 'chef/ohai'; gem 'chef', github: 'chef/chef'\""
+ - rvm: 2.5.3
env: FILE_STORE=true
- - rvm: 2.5.0
+ - rvm: 2.5.3
script: bundle exec rake chef_spec
env: TEST=chef_spec
- - rvm: 2.5.0
+ - rvm: 2.5.3
script: bundle exec rake spec
env: TEST=rake_spec
- - rvm: 2.4.3
+ - rvm: 2.4.5
script: bundle exec rake spec
env: TEST=rake_spec
- - rvm: 2.5.0
+ - rvm: 2.5.3
script: bundle exec rake style
env: TEST=chefstyle