Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
separate sections in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Dec 16, 2017
1 parent 1dbacbe commit 251f258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ env:
- ANSIBLE=2.4.2 PROMETHEUS=2.0.0
install:
- pip install ansible==${ANSIBLE} ansible-lint>=3.4.15 molecule==1.25.0 docker git-semver testinfra>=1.7.0
script:
before_script:
- ansible-lint tests/playbook.yml
script:
- molecule test
deploy:
provider: script
Expand Down

0 comments on commit 251f258

Please sign in to comment.