summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9edbac17432ca2af36eb6765eb1551854152e615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This prevents testing branches that are created just for PRs
branches:
  only:
  - master

language: ruby
cache: bundler
bundler_args: --jobs 7 --without debug

script:
  - bundle update
  - bundle exec rake pedant

matrix:
  include:
    - rvm: 2.5.3
      env: PEDANT_KNIFE_TESTS=true PEDANT_ALLOW_RVM=1
    - rvm: 2.5.3
      env: SINGLE_ORG=true
    - rvm: 2.5.3
      env:
        - CHEF_FS=true
        - "GEMFILE_MOD=\"gem 'ohai', github: 'chef/ohai'; gem 'chef', github: 'chef/chef'\""
    - rvm: 2.5.3
      env: FILE_STORE=true
    - rvm: 2.5.3
      script: bundle exec rake chef_spec
      env: TEST=chef_spec