mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
Merge pull request #7 from intrepion/adding-travis-configuration
Adding travis configuration
This commit is contained in:
commit
7f70292cbc
15
.travis.yml
Normal file
15
.travis.yml
Normal 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/
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user