forked from evidex/datacentred-gerrit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (26 loc) · 719 Bytes
/
.travis.yml
File metadata and controls
26 lines (26 loc) · 719 Bytes
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
---
language: ruby
# bundler_args: --without development system_tests
before_install: rm Gemfile.lock || true
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
script: 'puppet parser validate $(find . manifests -name "*.pp")'
script: 'puppet-lint --no-class_inherits_from_params_class-check --no-only_variable_string-check --no-autoloader_layout-check --with-filename manifests'
env:
- PUPPET_VERSION=4.0.0 STRICT_VARIABLES=yes
- PUPPET_VERSION=4.2.2 STRICT_VARIABLES=yes
matrix:
exclude:
# Ruby 2.1.0
- rvm: 2.1.0
env: PUPPET_VERSION="> 3.2.0"
- rvm: 2.1.0
env: PUPPET_VERSION="> 3.3.0"
- rvm: 2.1.0
env: PUPPET_VERSION="> 3.4.0"
- rvm: 2.2.0
env: PUPPET_VERSION="> 4.2.0"
gemfile: .gemfile