Skip to content

Instantly share code, notes, and snippets.

@TomaszKlosinski
Created May 16, 2017 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomaszKlosinski/0d52910310699c64f50cab2d31975bc4 to your computer and use it in GitHub Desktop.
Save TomaszKlosinski/0d52910310699c64f50cab2d31975bc4 to your computer and use it in GitHub Desktop.
Travis CI configuration file to test ansible roles on docker containers using molecule
---
sudo: required
language: python
services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine
install:
- pip install docker
- pip install molecule
script:
- echo script
- molecule test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment