説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.travis.yml 300B

123456789101112
  1. language: python
  2. python: "2.7"
  3. cache:
  4. directories:
  5. - $HOME/.cache/pip
  6. install:
  7. # TODO: use requirements.txt when ansible updated to >= 1.9
  8. - pip install ansible
  9. - pip install -r test-requirements.txt
  10. script:
  11. - ansible-playbook --syntax-check -i hosts site.yml
  12. - ansible-lint site.yml