Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Add Travis Beaker tests back #40

Open
petems opened this issue Feb 29, 2016 · 1 comment
Open

Add Travis Beaker tests back #40

petems opened this issue Feb 29, 2016 · 1 comment

Comments

@petems
Copy link
Member

petems commented Feb 29, 2016

From reading the modulesync docs, it should be a matter of adding this a .sync.yml:

---
.travis.yml:
  includes:
  - rvm: '2.1.6'
    sudo: required
    services: docker
    env: PUPPET_VERSION="3.8.4" BEAKER_set="centos-6-docker-x64"
    script: bundle exec rake acceptance
    bundler_args: --without development
  - rvm: '2.1.6'
    sudo: required
    services: docker
    env: PUPPET_VERSION="3.8.4" BEAKER_set="ubuntu-server-1204-docker-x64"
    script: bundle exec rake acceptance
    bundler_args: --without development

Then running modulesync again...

@petems petems mentioned this issue Feb 29, 2016
@wyardley
Copy link
Contributor

I redid the spec_helper_acceptance, but there are some tests that fail, so this should be looked into. We should update OS versions too, if this is something that's still in use.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants