diff options
author | Jeff Geerling <geerlingguy@mac.com> | 2016-03-03 14:43:58 -0600 |
---|---|---|
committer | Jeff Geerling <geerlingguy@mac.com> | 2016-03-03 22:32:08 -0600 |
commit | 2bfe67855da09a0b3b1cdb0d751b115fa42f1c36 (patch) | |
tree | 62ff7735b85da2c32590b287ed822106aaaf33fa /.travis.yml | |
parent | 50fe94fe2600178a4d3685808a2aab9926b20e17 (diff) | |
download | ntp-2bfe67855da09a0b3b1cdb0d751b115fa42f1c36.tar.gz ntp-2bfe67855da09a0b3b1cdb0d751b115fa42f1c36.tar.bz2 ntp-2bfe67855da09a0b3b1cdb0d751b115fa42f1c36.tar.xz ntp-2bfe67855da09a0b3b1cdb0d751b115fa42f1c36.zip |
Updates for Ansible Galaxy 2.0.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 556ece7..11a7369 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ --- +sudo: required language: python python: "2.7" @@ -28,3 +29,6 @@ script: | grep -q 'changed=0.*failed=0' && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1) + +notifications: + webhooks: https://galaxy.ansible.com/api/v1/notifications/ |