mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +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"
|
"php": ">=5.4,<8.0-DEV"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "4.7.6"
|
"phpunit/phpunit": "^4.8"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"bin-dir": "bin"
|
"bin-dir": "bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user