add develop branch to travis

This commit is contained in:
Benjamin Neff 2015-11-30 01:07:32 +01:00
parent 06695610dd
commit 5840c924fb
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,7 @@ cache:
branches:
only:
- 'master'
- 'develop'
before_install: gem install bundler
bundler_args: "--deployment --without development --jobs=3 --retry=3"

View file

@ -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)