Skip to content

Commit

Permalink
Merge pull request #9 from IBM/travis_log
Browse files Browse the repository at this point in the history
give travis a /dev/null log path
  • Loading branch information
stevemart authored Jun 27, 2017
2 parents 0c2e32e + db480e2 commit e4212bb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ install:
matrix:
fast_finish: true

env:
global:
- ANSIBLE_LOG_PATH=/dev/null

script:
- ansible-lint site.yml
- ansible-playbook -i envs/example/sitecontroller site.yml --syntax-check
- ansible-lint site.yml
- ansible-playbook -i envs/example/sitecontroller site.yml --syntax-check

0 comments on commit e4212bb

Please sign in to comment.