aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2019-01-06 15:55:39 +0100
committerGitHub <noreply@github.com>2019-01-06 15:55:39 +0100
commit4fb3527aa85f95e60b9da01ffa78a3fa9197817e (patch)
treee62211f0b6b8ebd179deab349461eef814604686
parentf4fe7f4d4c6d25e4bcc1ea4b48af07ef49b82720 (diff)
downloadraylib-4fb3527aa85f95e60b9da01ffa78a3fa9197817e.tar.gz
raylib-4fb3527aa85f95e60b9da01ffa78a3fa9197817e.zip
README.md: Change Travis Badge Branch to master
It was develop before, which is no longer used.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7dbaaa6b..2967ffb3 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames progra
no fancy interface, no visual helpers, no auto-debugging... just coding in the most
pure spartan-programmers way. Are you ready to learn? Jump to [code examples!](http://www.raylib.com/examples.html)
-[![Build Status](https://travis-ci.org/raysan5/raylib.svg?branch=develop)](https://travis-ci.org/raysan5/raylib)
+[![Build Status](https://travis-ci.org/raysan5/raylib.svg?branch=master)](https://travis-ci.org/raysan5/raylib)
[![https://ci.appveyor.com/api/projects/status/github/raysan5/raylib?svg=true](https://ci.appveyor.com/api/projects/status/github/raysan5/raylib?svg=true)](https://ci.appveyor.com/project/raysan5/raylib)
[![Chat on Discord](https://img.shields.io/discord/308323056592486420.svg?logo=discord)](https://discord.gg/VkzNHUE)
[![License](https://img.shields.io/badge/license-zlib%2Flibpng-blue.svg)](LICENSE.md)