Merge pull request #2128 from nigelzor/travis

add TravisCI configuration
This commit is contained in:
LevelX2 2016-07-31 09:44:08 +02:00 committed by GitHub
commit 7d9a4db8b6
2 changed files with 6 additions and 1 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
sudo: required
dist: trusty
language: java
before_install:
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc

View file

@ -1,6 +1,6 @@
# XMage — Magic, Another Game Engine
[![Join the chat at https://gitter.im/magefree/mage](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/magefree/mage?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/magefree/mage](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/magefree/mage?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/magefree/mage.svg?branch=master)](https://travis-ci.org/magefree/mage)
XMage allows you to play Magic against one or more online players or computer opponents. It includes full rules enforcement for over **14000** unique cards (over 27000 counting all cards from different editions). Starting with *Morningtide*, all regular sets have nearly all the cards implemented ([detailed overview](http://ct-magefree.rhcloud.com/stats)).