From c007cba81c15cc48665c9bf225e9048e89e4c719 Mon Sep 17 00:00:00 2001 From: Paul Montero Date: Thu, 23 Feb 2017 21:42:10 -0500 Subject: [PATCH] Show badge in ansible galaxy page --- .travis.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.