Skip to content

Commit

Permalink
disable tests on puppet 3.4 and 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Jun 20, 2016
1 parent 151fcf4 commit aa6fefa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ env:
global:
- LIBRARIAN_PUPPET_TMP="$HOME/librarian-puppet"
matrix:
- PUPPET_VERSION="~> 3.4.0"
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
# puppetlabs-stdlib 4.12 fails to install with these:
# - PUPPET_VERSION="~> 3.4.0"
# - PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.6.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.8.0" STRICT_VARIABLES=yes
Expand Down

0 comments on commit aa6fefa

Please sign in to comment.