setup TravisCI build, add badge to readme

needed to use `sudo: required` to run in a VM with more RAM, and
explicitly set maven's heap size.
This commit is contained in:
Neil Gentleman 2016-07-16 13:47:39 -07:00
parent 35772ebc34
commit 5b721443c1
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)).