Skip to content

Commit

Permalink
Merge pull request #70 from jyaworski/travis_3x_future_parser
Browse files Browse the repository at this point in the history
Add 3.x future parser to test matrix
  • Loading branch information
daenney committed Jan 28, 2016
2 parents e6745ed + 3a5e3b7 commit e38be5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test
- rvm: 2.1.8
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test
- rvm: 1.9.3
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test FUTURE_PARSER=yes
- rvm: 2.1.8
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test FUTURE_PARSER=yes
- rvm: 2.1.8
env: PUPPET_VERSION="~> 4.0" STRICT_VARIABLES="yes" CHECK=test
- rvm: 2.2.4
Expand Down

0 comments on commit e38be5b

Please sign in to comment.