diff --git a/.travis.yml b/.travis.yml index e377c8b..91bc5e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,3 +50,6 @@ script: | grep -q 'bundler' && (echo 'Bundler symlinked on system path test: pass' && exit 0) || (echo 'Bundler symlinked on system path test: fail' && exit 1) + +notifications: + webhooks: https://galaxy.ansible.com/api/v1/notifications/ diff --git a/README.md b/README.md index cd584ed..25509ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## What is rvm1-ansible? [![Build Status](https://secure.travis-ci.org/rvm/rvm1-ansible.png)](http://travis-ci.org/rvm/rvm1-ansible) +## What is rvm1-ansible? [![Build Status](https://travis-ci.org/rvm/rvm1-ansible.svg?branch=master)](https://travis-ci.org/rvm/rvm1-ansible) It is an [Ansible](http://www.ansible.com/home) role to install and manage ruby versions using rvm.