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 165B

1234567
  1. language: python
  2. python: "2.7"
  3. install:
  4. - pip install ansible ansible-lint
  5. script:
  6. - ansible-playbook --syntax-check -i hosts site.yml
  7. - ansible-lint site.yml