First attempt at building with Travis.

This commit is contained in:
James Cole 2014-07-02 22:08:57 +02:00
parent 3a7c543afb
commit 3c3e8d4fb2

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: php
php:
- 5.5
install:
- composer install