Skip to content

Commit a8cd966

Browse files
authored
Update .travis.yml
1 parent 3a341f2 commit a8cd966

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.travis.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@ language: ruby
33
bundler_args: --without development system_tests
44
before_install: rm Gemfile.lock || true
55
sudo: false
6-
rvm:
7-
- 2.1.6
8-
- 2.2.5
9-
- 2.3.3
6+
107
script:
118
- bundle exec rake test
129
- bundle exec rubocop lib
1310
- bundle exec puppet-lint --no-autoloader_layout-check manifests
14-
env:
15-
- PUPPET_GEM_VERSION="~> 4.0"
16-
- PUPPET_GEM_VERSION="~> 5.0"
1711
matrix:
1812
fast_finish: true
13+
include:
14+
- rvm: 2.3.3
15+
env: PUPPET_GEM_VERSION="~> 4.0"
16+
- rvm: 2.3.3
17+
env: PUPPET_GEM_VERSION="~> 5.0"
18+
- rvm: 2.2.5
19+
env: PUPPET_GEM_VERSION="~> 4.0"
20+
- rvm: 2.1.6
21+
env: PUPPET_GEM_VERSION="~> 4.0"
22+
23+

0 commit comments

Comments
 (0)