Added Travis to the project
This commit is contained in:
parent
fd4161dcaa
commit
5aa7f3436c
|
@ -0,0 +1,13 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.2
|
||||
- 5.3.3
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
script:
|
||||
- phpunit -c ./unitTests/
|
||||
|
||||
notifications:
|
||||
email: false
|
|
@ -8,6 +8,8 @@
|
|||
* @author Mark Baker
|
||||
*/
|
||||
|
||||
chdir(dirname(__FILE__));
|
||||
|
||||
// PHP 5.3 Compat
|
||||
date_default_timezone_set('Europe/London');
|
||||
|
||||
|
|
Loading…
Reference in New Issue