summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimonIT <simonit.orig@gmail.com>2019-12-14 10:51:36 +0100
committerSimonIT <simonit.orig@gmail.com>2019-12-14 10:51:36 +0100
commit1d307286b482a91cc24e86a4b0053beb023a5d28 (patch)
treefba62930c5ef9d936ae5da4bc76e1dce9b6beed9 /README.md
parent6a970d009779512fea71dfad035480fc0b841a0c (diff)
downloadgdx-boardgame-1d307286b482a91cc24e86a4b0053beb023a5d28.zip
gdx-boardgame-1d307286b482a91cc24e86a4b0053beb023a5d28.tar.gz
protected Assembly children, building on travis
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a67a5f..d57fe51 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# gdx-boardgame
[![](https://jitpack.io/v/jeremyz/gdx-boardgame.svg)](https://jitpack.io/#jeremyz/gdx-boardgame)
+[![Build Status](https://travis-ci.org/jeremyz/gdx-boardgame.svg?branch=master)](https://travis-ci.org/jeremyz/gdx-boardgame)
is a [libgdx](https://libgdx.badlogicgames.com/) based framework to build 2D boardgames.
@@ -25,7 +26,7 @@ Add the repository:
Add the dependency to all subprojects: (You can replace `master-SNAPSHOT` with a tag from github)
```groovy
dependencies {
- implementation 'com.github.jeremyz:gdx-boardgame:master-SNAPSHOT'
+ implementation 'com.github.jeremyz:gdx-boardgame:master-SNAPSHOT'
}
```
If you use the html module, you have to add also this module to its dependencies: