Add Travis CI config
Relates to #71 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
parent
cbecab7735
commit
13d07f9699
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: php
|
||||
php:
|
||||
- 5.6
|
||||
- 5.5
|
||||
- 5.4
|
||||
install:
|
||||
- composer self-update
|
||||
- composer install
|
||||
script:
|
||||
- make test
|
Loading…
Reference in a new issue