Repository: incubator-airflow
Updated Branches:
  refs/heads/master fa1dc1eb2 -> d8c0a1fc5


[AIRFLOW-1637] Fix Travis CI build status link

In the readme it is linking
https://travis-ci.org/apache/incubator-airflow.svg
instead of
https://travis-ci.org/apache/incubator-
airflow.svg?branch=master

So this is showing the build status for the latest
build instead
of the master branch

Closes #2627 from dalupus/airflow-1637


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/d8c0a1fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/d8c0a1fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/d8c0a1fc

Branch: refs/heads/master
Commit: d8c0a1fc52c23c9d9e493ee8c7a623132959d6fd
Parents: fa1dc1e
Author: Michael Crawford <dalu...@gmail.com>
Authored: Sun Sep 24 21:06:06 2017 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Sun Sep 24 21:06:06 2017 +0200

----------------------------------------------------------------------
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/d8c0a1fc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 284431e..215f4d1 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Airflow
 
 [![PyPI 
version](https://badge.fury.io/py/apache-airflow.svg)](https://badge.fury.io/py/apache-airflow)
-[![Build 
Status](https://travis-ci.org/apache/incubator-airflow.svg)](https://travis-ci.org/apache/incubator-airflow)
+[![Build 
Status](https://travis-ci.org/apache/incubator-airflow.svg?branch=master)](https://travis-ci.org/apache/incubator-airflow)
 [![Coverage 
Status](https://img.shields.io/codecov/c/github/apache/incubator-airflow/master.svg)](https://codecov.io/github/apache/incubator-airflow?branch=master)
 
[![Documentation](https://img.shields.io/badge/docs-pythonhosted-blue.svg)](http://pythonhosted.org/airflow/)
 [![Join the chat at 
https://gitter.im/apache/incubator-airflow](https://badges.gitter.im/apache/incubator-airflow.svg)](https://gitter.im/apache/incubator-airflow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -85,7 +85,7 @@ Currently **officially** using Airflow:
 1. [allegro.pl](http://allegro.tech/) [[@kretes](https://github.com/kretes)]
 1. [AltX](https://www.getaltx.com/about) 
[[@pedromduarte](https://github.com/pedromduarte)]
 1. [Apigee](https://apigee.com) [[@btallman](https://github.com/btallman)]
-1. [ARGO Labs](http://www.argolabs.org) [[California Data 
Collaborative](https://github.com/California-Data-Collaborative)] 
+1. [ARGO Labs](http://www.argolabs.org) [[California Data 
Collaborative](https://github.com/California-Data-Collaborative)]
 1. [Astronomer](http://www.astronomer.io) 
[[@schnie](https://github.com/schnie)]
 1. [Auth0](https://auth0.com) [[@sicarul](https://github.com/sicarul)]
 1. [BandwidthX](http://www.bandwidthx.com) 
[[@dineshdsharma](https://github.com/dineshdsharma)]
@@ -94,7 +94,7 @@ Currently **officially** using Airflow:
 1. [Bloc](https://www.bloc.io) [[@dpaola2](https://github.com/dpaola2)]
 1. [BlueApron](https://www.blueapron.com) 
[[@jasonjho](https://github.com/jasonjho) & 
[@matthewdavidhauser](https://github.com/matthewdavidhauser)]
 1. [Blue Yonder](http://www.blue-yonder.com) 
[[@blue-yonder](https://github.com/blue-yonder)]
-1. [California Data 
Collaborative](https://github.com/California-Data-Collaborative) powered by 
[ARGO Labs](http://www.argolabs.org) 
+1. [California Data 
Collaborative](https://github.com/California-Data-Collaborative) powered by 
[ARGO Labs](http://www.argolabs.org)
 1. [Carbonite](https://www.carbonite.com) 
[[@ajbosco](https://github.com/ajbosco)]
 1. [Celect](http://www.celect.com) [[@superdosh](https://github.com/superdosh) 
& [@chadcelect](https://github.com/chadcelect)]
 1. [Change.org](https://www.change.org) [[@change](https://github.com/change), 
[@vijaykramesh](https://github.com/vijaykramesh)]
@@ -119,7 +119,7 @@ Currently **officially** using Airflow:
 1. [Gentner Lab](http://github.com/gentnerlab) 
[[@neuromusic](https://github.com/neuromusic)]
 1. [Glassdoor](https://github.com/Glassdoor) 
[[@syvineckruyk](https://github.com/syvineckruyk)]
 1. [GovTech GDS](https://gds-gov.tech) 
[[@chrissng](https://github.com/chrissng) & 
[@datagovsg](https://github.com/datagovsg)]
-1. [Grand Rounds](https://www.grandrounds.com/) 
[[@richddr](https://github.com/richddr), 
[@timz1290](https://github.com/timz1290) & 
[@wenever](https://github.com/@wenever)] 
+1. [Grand Rounds](https://www.grandrounds.com/) 
[[@richddr](https://github.com/richddr), 
[@timz1290](https://github.com/timz1290) & 
[@wenever](https://github.com/@wenever)]
 1. [Groupalia](http://es.groupalia.com) 
[[@jesusfcr](https://github.com/jesusfcr)]
 1. [Gusto](https://gusto.com) [[@frankhsu](https://github.com/frankhsu)]
 1. [Handshake](https://joinhandshake.com/) 
[[@mhickman](https://github.com/mhickman)]

Reply via email to