From 5840c924fb44722a2d6e224383c11b837a40c82e Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 30 Nov 2015 01:07:32 +0100 Subject: [PATCH] add develop branch to travis --- .travis.yml | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e8e3a0..0322eb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ cache: branches: only: - 'master' + - 'develop' before_install: gem install bundler bundler_args: "--deployment --without development --jobs=3 --retry=3" diff --git a/README.md b/README.md index 5fde76e..8342f90 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ **A library that provides functionalities needed for the diaspora* federation protocol** -[![Build Status](https://travis-ci.org/SuperTux88/diaspora_federation.svg?branch=master)](https://travis-ci.org/SuperTux88/diaspora_federation) +**master:** [![Build Status master](https://travis-ci.org/SuperTux88/diaspora_federation.svg?branch=master)](https://travis-ci.org/SuperTux88/diaspora_federation) +**develop:** [![Build Status develop](https://travis-ci.org/SuperTux88/diaspora_federation.svg?branch=develop)](https://travis-ci.org/SuperTux88/diaspora_federation) [![Code Climate](https://codeclimate.com/github/SuperTux88/diaspora_federation/badges/gpa.svg)](https://codeclimate.com/github/SuperTux88/diaspora_federation) [![Test Coverage](https://codeclimate.com/github/SuperTux88/diaspora_federation/badges/coverage.svg)](https://codeclimate.com/github/SuperTux88/diaspora_federation/coverage) [![Dependency Status](https://gemnasium.com/SuperTux88/diaspora_federation.svg)](https://gemnasium.com/SuperTux88/diaspora_federation)