diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2c6ff0a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +install: python bootstrap-venv.py +script: PATH=bin bin/gulp tests diff --git a/README.md b/README.md index 128270e..8bed5b9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SpaceTac, a space tactical RPG +[![Build Status](https://travis-ci.org/thunderk/spacetac.svg?branch=master)](https://travis-ci.org/thunderk/spacetac) + This is a work-in-progress technology preview. Graphics are mostly placeholders at the moment. [PLAY](http://thunderk.github.io/spacetac/) directly in your browser, no dependency required.