add .travis.yml to run unit tests on travis-ci

This commit is contained in:
Chris Boulton 2012-04-19 22:30:44 +10:00
parent e6464f4c79
commit ad7f4d1ab7

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: php
php:
- 5.2
- 5.3
- 5.4