From cfa03ec391c4f10815d7191d5eb59282b0d71e38 Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Sat, 18 Apr 2020 15:43:45 +0200 Subject: [PATCH] Add Travis CI integration --- .travis.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..dff5f3a5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: java diff --git a/README.md b/README.md index 70b76892..2b47afc4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![JavaDocs](http://feuerstern.bplaced.net/ressourcen/buttons/JavaDocs.png)](http://erethon.de/javadocs/dungeonsxl/) [![MCStats](http://feuerstern.bplaced.net/ressourcen/buttons/MCStats.png)](http://bstats.org/plugin/bukkit/DungeonsXL/) +[![Build Status](https://travis-ci.com/DRE2N/DungeonsXL.svg?branch=master)](https://travis-ci.com/DRE2N/DungeonsXL) + DungeonsXL is a server mod that allows you to instantiate worlds. Its main goal is to offer a way to use a world in a set state multiple times by a player (like for a jump'n'run), a group of players (e.g. for a quest dungeon, an adventure map or a PvE arena) or even by groups of groups of players (e.g. for PvP arenas).