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 2fb38e7 commit 06ec367Copy full SHA for 06ec367
.travis.yml
@@ -1,13 +1,12 @@
1
language: ruby
2
bundler_args: --without system_tests
3
rvm:
4
- - 1.9.3
5
- - 2.0.0
+ - 2.3.1
6
script: "bundle exec rake test"
7
env:
8
matrix:
9
- - PUPPET_GEM_VERSION="~> 3.7.0"
10
- - PUPPET_GEM_VERSION="~> 3.7.0" FUTURE_PARSER="yes" STRICT_VARIABLES="no"
11
- - PUPPET_GEM_VERSION="~> 3.7.0" FUTURE_PARSER="yes" STRICT_VARIABLES="yes"
12
- - PUPPET_GEM_VERSION="~> 4.0.0"
13
- - PUPPET_GEM_VERSION="~> 4.0.0" STRICT_VARIABLES="yes"
+ - PUPPET_GEM_VERSION="< 4.0.0"
+ - PUPPET_GEM_VERSION="< 4.0.0" FUTURE_PARSER="yes" STRICT_VARIABLES="no"
+ - PUPPET_GEM_VERSION="< 4.0.0" FUTURE_PARSER="yes" STRICT_VARIABLES="yes"
+ - PUPPET_GEM_VERSION="> 4.0.0"
+ - PUPPET_GEM_VERSION="> 4.0.0" STRICT_VARIABLES="yes"
0 commit comments