Skip to content

Commit

Permalink
remove PUPPET_VERSION var from acceptance test entries
Browse files Browse the repository at this point in the history
The PUPPET_VERSION env var is presently being ignored in
`spec/spec_helper_acceptance.rb`, so this var has no effect.
  • Loading branch information
jhoblitt committed Apr 4, 2016
1 parent 885c94a commit e6d1b52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ matrix:
- rvm: '2.1'
sudo: required
services: docker
env: PUPPET_VERSION="~> 3.8.0" BEAKER_set="centos-6-docker"
env: BEAKER_set="centos-6-docker"
script: bundle exec rake acceptance
bundler_args: --without development
- rvm: '2.1'
sudo: required
services: docker
env: PUPPET_VERSION="~> 3.8.0" BEAKER_set="centos-7-docker"
env: BEAKER_set="centos-7-docker"
script: bundle exec rake acceptance
bundler_args: --without development
- rvm: '2.1'
sudo: required
services: docker
env: PUPPET_VERSION="~> 3.8.0" BEAKER_set="ubuntu-14.04-docker"
env: BEAKER_set="ubuntu-14.04-docker"
script: bundle exec rake acceptance
bundler_args: --without development
notifications:
Expand Down

0 comments on commit e6d1b52

Please sign in to comment.