add develop branch to travis
This commit is contained in:
parent
06695610dd
commit
5840c924fb
2 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ cache:
|
|||
branches:
|
||||
only:
|
||||
- 'master'
|
||||
- 'develop'
|
||||
|
||||
before_install: gem install bundler
|
||||
bundler_args: "--deployment --without development --jobs=3 --retry=3"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
**A library that provides functionalities needed for the diaspora* federation protocol**
|
||||
|
||||
[](https://travis-ci.org/SuperTux88/diaspora_federation)
|
||||
**master:** [](https://travis-ci.org/SuperTux88/diaspora_federation)
|
||||
**develop:** [](https://travis-ci.org/SuperTux88/diaspora_federation)
|
||||
[](https://codeclimate.com/github/SuperTux88/diaspora_federation)
|
||||
[](https://codeclimate.com/github/SuperTux88/diaspora_federation/coverage)
|
||||
[](https://gemnasium.com/SuperTux88/diaspora_federation)
|
||||
|
|
|
|||
Loading…
Reference in a new issue