Skip to content

Commit

Permalink
travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
j0lly committed Mar 11, 2017
1 parent 428bab4 commit a3b151d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.molecule
__pycache__
*.pyc
pytestdebug.log
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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 molecule docker-py
script:
- molecule --debug test
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ SSH Keys

Simplest role to map users with provided ssh keys.

[![Ansible Role](https://img.shields.io/ansible/role/16211.svg)](https://galaxy.ansible.com/j0lly/ssh-keys/)
[![Build Status](https://travis-ci.org/j0lly/ansible-role-ssh-keys.svg?branch=master)](https://travis-ci.org/j0lly/ansible-role-ssh-keys)


Requirements
------------

Expand Down Expand Up @@ -53,4 +57,4 @@ BSD
Author Information
------------------
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
j0lly - [email protected]
2 changes: 1 addition & 1 deletion molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependency:
name: galaxy

ansible:
verbose: vvv
verbose: v
playbook: tests/playbook-test.yml

driver:
Expand Down

0 comments on commit a3b151d

Please sign in to comment.