Skip to content

Commit 98b921c

Browse files
author
Colin Hoglund
committed
update tests
1 parent 3b22f31 commit 98b921c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
---
2+
sudo: required
13
language: python
2-
python:
3-
- "2.7"
4+
python: "2.7"
5+
46
install:
5-
- "pip install ansible"
6-
script:
7-
- cd tests
8-
- ansible-playbook --connection=local --limit=localhost --inventory-file=hosts all.yml
7+
- pip install ansible
98

9+
script:
10+
- ansible-playbook --connection=local --limit=localhost --inventory-file=tests/hosts tests/all.yml

0 commit comments

Comments
 (0)