adding travis file
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
language: php
|
||||
script: phpunit
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
before_install:
|
||||
- composer install
|
||||
|
||||
branches:
|
||||
only:
|
||||
- michelangelo
|
||||
|
||||
Reference in New Issue
Block a user