Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Commit 15c3a52

Browse files
committed
Fixes #16 - Add support for Travis CI linting
1 parent c54fbff commit 15c3a52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ install:
1111
- pip install ansible
1212

1313
# Add ansible.cfg to pick up roles path.
14-
- echo "[default]\nroles_path = ../" > ansible.cfg
14+
- echo "[default]" > ansible.cfg
15+
- echo "roles_path = ../" >> ansible.cfg
1516
- cat ansible.cfg
1617
- ls
1718
- pwd

0 commit comments

Comments
 (0)