Skip to content

Commit

Permalink
Merge pull request #153 from jlambert121/travis_update
Browse files Browse the repository at this point in the history
travis update
  • Loading branch information
solarkennedy committed Jul 15, 2015
2 parents ca437d8 + 7d53730 commit cd0fe9c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
sudo: false
rvm:
- 1.8.7
- 1.9.3
Expand All @@ -11,15 +12,10 @@ script: bundle exec rake test
env:
- PUPPET_VERSION="~> 2.7.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.1.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.2.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.3.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.4.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.7.4" STRICT_VARIABLES=yes FUTURE_PARSER=yes
- PUPPET_VERSION="~> 4.0.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 4.1.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 4.1.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
- PUPPET_VERSION="~> 3.7.4" FUTURE_PARSER=yes
- PUPPET_VERSION="~> 4.0.0"
- PUPPET_VERSION="~> 4.1.0"
matrix:
exclude:
- rvm: 1.9.3
Expand Down

0 comments on commit cd0fe9c

Please sign in to comment.