Skip to content

Commit

Permalink
Fixing #34: running acceptance tests on rvm 2.1 insead of default
Browse files Browse the repository at this point in the history
  • Loading branch information
Suszyński Krzysztof committed Jan 20, 2016
1 parent 3f93424 commit 2a36d94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ matrix:
env: PUPPET_VERSION="~> 3.0"
- rvm: '2.1'
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES=yes
- rvm: default
- rvm: '2.1'
sudo: required
services: docker
env: PUPPET_VERSION="3.8.3" RS_SET="centos-6-x86_64-docker"
env: PUPPET_VERSION="3.8.4" RS_SET="centos-6-x86_64-docker"
script: bundle exec rake acceptance
- rvm: default
- rvm: '2.1'
sudo: required
services: docker
env: PUPPET_VERSION="3.8.3" RS_SET="debian-7-x86_64-docker"
env: PUPPET_VERSION="3.8.4" RS_SET="debian-7-x86_64-docker"
script: bundle exec rake acceptance
- rvm: default
- rvm: '2.1'
sudo: required
services: docker
env: PUPPET_VERSION="3.8.3" RS_SET="ubuntu-14.04-x86_64-docker"
env: PUPPET_VERSION="3.8.4" RS_SET="ubuntu-14.04-x86_64-docker"
script: bundle exec rake acceptance
# FIXME: GH Issue #3 - Activate acceptance tests on Travis CI for Puppet Enterprise, at least 2.8.8 and 3.8.2
notifications:
Expand Down

0 comments on commit 2a36d94

Please sign in to comment.