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)