Skip to content

Commit 664af51

Browse files
authored
Add CI (#16)
* Add CI * Update .travis.yml
1 parent e4a6f62 commit 664af51

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
language: python
3+
python:
4+
- "2.7"
5+
- "3.6"
6+
services:
7+
- docker
8+
install:
9+
- pip install molecule docker
10+
script:
11+
- molecule --version
12+
- ansible --version
13+
- molecule test

0 commit comments

Comments
 (0)