adding travis file

This commit is contained in:
Erik Amaru Ortiz
2013-08-30 13:39:28 -04:00
parent 78666829c8
commit 23be730478

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: php
script: phpunit
php:
- 5.3
- 5.4
before_install:
- composer install
branches:
only:
- michelangelo