No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 250B

1234567891011
  1. language: python
  2. python: "2.7"
  3. cache:
  4. directories:
  5. - $HOME/.cache/pip
  6. install:
  7. - pip install -r requirements.txt
  8. - pip install -r test-requirements.txt
  9. script:
  10. - ansible-playbook --syntax-check -i hosts site.yml
  11. - ansible-lint site.yml