Skip to content

Commit

Permalink
Update travis-ci test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobapple committed Sep 7, 2017
1 parent 80132b3 commit c591e75
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,16 @@ script:
matrix:
fast_finish: true
include:
- rvm: 2.4.0
- rvm: 2.1.10
env: PUPPET_VERSION="~> 4.0" CHECK=test
- rvm: 2.3.3
- rvm: 2.2.7
env: PUPPET_VERSION="~> 4.0" CHECK=test
- rvm: 2.2.6
- rvm: 2.3.4
env: PUPPET_VERSION="~> 4.0" CHECK=test
- rvm: 2.1.10
- rvm: 2.4.1
env: PUPPET_VERSION="~> 4.0" CHECK=test
- rvm: 2.1.10
env: PUPPET_VERSION="~> 3.8" STRICT_VARIABLES="yes" FUTURE_PARSER="yes" CHECK=test FIXTURES_YML=.fixtures.puppet3.yml
- rvm: 2.1.10
env: PUPPET_VERSION="~> 3.8" STRICT_VARIABLES="yes" CHECK=test FIXTURES_YML=.fixtures.puppet3.yml
- rvm: 1.9.3
env: PUPPET_VERSION="~> 3.8" STRICT_VARIABLES="yes" CHECK=test FIXTURES_YML=.fixtures.puppet3.yml
- rvm: 1.9.3
env: PUPPET_VERSION="~> 3.8" STRICT_VARIABLES="yes" FUTURE_PARSER="yes" CHECK=test FIXTURES_YML=.fixtures.puppet3.yml
allow_failures:
- rvm: 2.4.0
- rvm: 2.4.1
env: PUPPET_VERSION="~> 5.0" CHECK=test
branches:
only:
- master
Expand Down

0 comments on commit c591e75

Please sign in to comment.