We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b22f31 commit 98b921cCopy full SHA for 98b921c
.travis.yml
@@ -1,9 +1,10 @@
1
+---
2
+sudo: required
3
language: python
-python:
- - "2.7"
4
+python: "2.7"
5
+
6
install:
- - "pip install ansible"
-script:
7
- - cd tests
8
- - ansible-playbook --connection=local --limit=localhost --inventory-file=hosts all.yml
+ - pip install ansible
9
+script:
10
+ - ansible-playbook --connection=local --limit=localhost --inventory-file=tests/hosts tests/all.yml
0 commit comments