Skip to content

Commit

Permalink
Create a config file before running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arodier committed May 31, 2018
1 parent 8d7e54d commit c9f3d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
- pip install ansible==2.5.2

script:
- cp config/system-example.yml config/system.yml
- ansible-playbook --syntax-check -i config/hosts-example.yml install/playbooks/main.yml
- ansible-playbook --syntax-check -i config/hosts-example.yml tests/playbooks/main.yml
- ansible-playbook --syntax-check -i config/hosts-example.yml tests/playbooks/dev-support.yml
Expand Down

0 comments on commit c9f3d75

Please sign in to comment.