We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a341f2 commit a8cd966Copy full SHA for a8cd966
.travis.yml
@@ -3,16 +3,21 @@ language: ruby
3
bundler_args: --without development system_tests
4
before_install: rm Gemfile.lock || true
5
sudo: false
6
-rvm:
7
- - 2.1.6
8
- - 2.2.5
9
- - 2.3.3
+
10
script:
11
- bundle exec rake test
12
- bundle exec rubocop lib
13
- bundle exec puppet-lint --no-autoloader_layout-check manifests
14
-env:
15
- - PUPPET_GEM_VERSION="~> 4.0"
16
- - PUPPET_GEM_VERSION="~> 5.0"
17
matrix:
18
fast_finish: true
+ include:
+ - rvm: 2.3.3
+ env: PUPPET_GEM_VERSION="~> 4.0"
+ env: PUPPET_GEM_VERSION="~> 5.0"
+ - rvm: 2.2.5
19
20
+ - rvm: 2.1.6
21
22
23
0 commit comments