Added Travis to the project

This commit is contained in:
Filippo Tessarotto 2012-11-23 11:51:34 +01:00
parent fd4161dcaa
commit 5aa7f3436c
2 changed files with 15 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: php
php:
- 5.2
- 5.3.3
- 5.3
- 5.4
script:
- phpunit -c ./unitTests/
notifications:
email: false

View File

@ -8,6 +8,8 @@
* @author Mark Baker
*/
chdir(dirname(__FILE__));
// PHP 5.3 Compat
date_default_timezone_set('Europe/London');