aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:19 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:19 +0100
commit21a0be717e4c52bbc30ccb11855a9638946fc7b4 (patch)
tree22bbe71288f689546950cc2132f577ab36596df5 /README.md
parentad2d99df30711c6891dc227c209f89945ac603a3 (diff)
chore(docs): add build status badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e927abd..1b64e05 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# stockton
+[![Build Status](https://travis-ci.org/tcmal/stockton.svg?branch=master)](https://travis-ci.org/tcmal/stockton)
+
A 3D engine inspired by quake.
Most of what is described below isn't fully done, or even started.
@@ -22,4 +24,4 @@ Maps currently use the regular Q3 `.bsp` format, with each type of entity needin
## License
-Code & Assets (including from `rust-bsp`) are licensed under the GNU GPL v3.0, all contributions automatically come under this. See LICENSE. \ No newline at end of file
+Code & Assets (including from `rust-bsp`) are licensed under the GNU GPL v3.0, all contributions automatically come under this. See LICENSE.