add travis config

This commit is contained in:
Arkadiusz Kondas 2016-04-10 11:50:24 +02:00
parent 171c6974e7
commit 3453b229cf
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: php
php:
- '7.0'
- hhvm
before_script: composer install
script: phpunit