Skip to content

Commit

Permalink
allow beaker to fail until its ready
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Sep 19, 2016
1 parent bf4a1f4 commit 544cfda
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@ matrix:
- rvm: 2.3.0
env: PUPPET_VERSION="~> 3.8.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
include:
- rvm: '2.1'
sudo: required
services: docker
env: BEAKER_set="ubuntu-server-1204-docker" PUPPET_INSTALL_TYPE=foss
script: bundle exec rake acceptance
bundler_args: --without development
- rvm: '2.1'
sudo: required
services: docker
env: BEAKER_set="centos-6-docker" PUPPET_INSTALL_TYPE=foss
script: bundle exec rake acceptance
bundler_args: --without development
- rvm: '2.1'
sudo: required
services: docker
env: BEAKER_set="ubuntu-server-1204-docker" PUPPET_INSTALL_TYPE=foss
script: bundle exec rake acceptance
bundler_args: --without development
- rvm: '2.1'
sudo: required
services: docker
env: BEAKER_set="centos-6-docker" PUPPET_INSTALL_TYPE=foss
script: bundle exec rake acceptance
bundler_args: --without development
allow_failures:
- env: BEAKER_set="ubuntu-server-1204-docker" PUPPET_INSTALL_TYPE=foss
- env: BEAKER_set="centos-6-docker" PUPPET_INSTALL_TYPE=foss

0 comments on commit 544cfda

Please sign in to comment.