Initial commit.

This commit is contained in:
David Molineus
2014-12-27 22:58:58 +01:00
commit 86baf561ba
9 changed files with 440 additions and 0 deletions

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: php
php:
- "5.4"
- "5.5"
- "5.6"
sudo: false
install:
- composer install --prefer-dist --dev
script:
- ant -keep-going