fix: move Travis CI build badge to correct location in README

The build status badge was previously placed at the bottom of the file, after the build instructions section. This commit relocates it to the top of the README, directly below the contribution link, for better visibility and standard project convention. The badge URL is updated to target the master branch explicitly.
This commit is contained in:
underscorediscovery
2020-06-05 21:54:54 +00:00
parent 36479a6ad1
commit df6ce76a58
+2 -1
View File
@@ -11,6 +11,8 @@ Like with Wren itself, we welcome [contributions][contribute].
[contribute]: http://wren.io/contributing.html [contribute]: http://wren.io/contributing.html
[![Build Status](https://travis-ci.org/wren-lang/wren-cli.svg?branch=master)](https://travis-ci.org/wren-lang/wren-cli)
--- ---
## To build the Wren CLI ## To build the Wren CLI
@@ -48,5 +50,4 @@ i.e if on linux, `premake vs2019 --os=windows` is valid.
--- ---
[![Build Status](https://travis-ci.org/wren-lang/wren-cli.svg)](https://travis-ci.org/wren-lang/wren-cli)