Skip to content

Commit

Permalink
Fixes missing Ansible inventory file during test
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Jun 21, 2018
1 parent 0894d2c commit 4a9c564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- ansible --version
- printf '[defaults]\nroles_path=../' >ansible.cfg
script:
- ansible-playbook tests/ci-test.yml -i tests/inventory --syntax-check
- ansible-playbook tests/ci-test.yml -i tests/hosts --syntax-check
notifications:
email: false
webhooks:
Expand Down

0 comments on commit 4a9c564

Please sign in to comment.