Skip to content

Commit

Permalink
Merge pull request #2 from idealista/develop
Browse files Browse the repository at this point in the history
Create .travis.yml
  • Loading branch information
jmonterrubio authored Oct 29, 2018
2 parents 9dba17d + 21c0849 commit 524769c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
language: python
python: "2.7.13"
sudo: required
group: deprecated-2017Q4

services:
- docker

install:
- pip install ansible==2.4.0.0
- pip install molecule==1.25.0
- pip install ansible-lint==3.4.20
- pip install docker

script:
- molecule test --driver docker

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 comments on commit 524769c

Please sign in to comment.