diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-10-20 11:41:43 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-10-20 11:41:43 -0700 |
commit | 342475efb748558b90437672fba333b3f9af0adc (patch) | |
tree | 26997ac9f4caf42f4a4cee64214ce699f170120b /README.md | |
parent | 6eee72e677bbac34af5203d6c80ada2275027c8a (diff) | |
download | qtlocation-mapboxgl-342475efb748558b90437672fba333b3f9af0adc.tar.gz |
add Bitrise badge to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Mapbox GL (Native) -[![Travis](https://api.travis-ci.org/mapbox/mapbox-gl-native.svg?branch=master)](https://travis-ci.org/mapbox/mapbox-gl-native/builds) +[![Travis](https://api.travis-ci.org/mapbox/mapbox-gl-native.svg?branch=master)](https://travis-ci.org/mapbox/mapbox-gl-native/builds) [![Bitrise](https://www.bitrise.io/app/7514e4cf3da2cc57.svg?token=OwqZE5rSBR9MVWNr_lf4sA&branch=master)](https://www.bitrise.io/app/7514e4cf3da2cc57) An OpenGL ES-based renderer for [Mapbox Vector Tiles](https://www.mapbox.com/blog/vector-tiles), consisting of a C++ library for OS X and Linux and SDK bindings for iOS, Android and Node.js. |