Merge pull request #7 from intrepion/adding-travis-configuration

Adding travis configuration
This commit is contained in:
vladar 2015-10-18 00:22:44 +06:00
commit 7f70292cbc
2 changed files with 16 additions and 1 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
install:
- composer install --prefer-dist
script:
- ./bin/phpunit tests/

View File

@ -12,7 +12,7 @@
"php": ">=5.4,<8.0-DEV"
},
"require-dev": {
"phpunit/phpunit": "4.7.6"
"phpunit/phpunit": "^4.8"
},
"config": {
"bin-dir": "bin"