mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-24 22:06:04 +03:00
Trying out all the versions of PHP on travis
This commit is contained in:
parent
197c2d3532
commit
c25eadd312
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
language: php
|
||||||
|
|
||||||
|
php:
|
||||||
|
- 5.3
|
||||||
|
- 5.4
|
||||||
|
- 5.5
|
||||||
|
- 5.6
|
||||||
|
- 7.0
|
||||||
|
- nightly
|
||||||
|
- hhvm
|
||||||
|
|
||||||
|
install:
|
||||||
|
- composer install --prefer-dist
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./bin/phpunit tests/
|
@ -9,10 +9,10 @@
|
|||||||
"API"
|
"API"
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4,<8.0-DEV"
|
"php": ">=5.3,<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