Skip to content

Commit

Permalink
Try to improve Travis stability by reducing the size of the test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bethke committed Jan 4, 2018
1 parent 0129eb7 commit c6ad398
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ matrix:
env: PUPPET_VERSION="~> 3.8.0"
- rvm: '2.2'
env: PUPPET_VERSION="~> 3.8.0"
- rvm: '2.0'
env: PUPPET_VERSION="~> 4.8.0"
- rvm: '2.0'
env: PUPPET_VERSION="~> 4.9.0"
- rvm: '2.0'
env: PUPPET_VERSION="~> 4.10.0"
- rvm: '2.0'
env: PUPPET_VERSION="~> 5.0.0"
- rvm: '2.0'
env: PUPPET_VERSION="~> 5.1.0"
- rvm: '2.0'
env: PUPPET_VERSION="~> 5.2.0"
- rvm: '2.0'
env: PUPPET_VERSION="~> 5.3.0"

before_script:
- puppet --version
Expand Down

0 comments on commit c6ad398

Please sign in to comment.