We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2ac21 commit 54440e1Copy full SHA for 54440e1
.travis.yml
@@ -17,11 +17,11 @@ matrix:
17
18
before_install:
19
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi;
20
- - curl -LSs https://box-project.github.io/box2/installer.php | php
+ - if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then curl -LSs https://box-project.github.io/box2/installer.php | php; fi;
21
22
install:
23
- composer update --no-interaction --prefer-dist
24
- - php box.phar build
+ - if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then php box.phar build; fi;
25
26
script:
27
- phpunit
@@ -36,3 +36,4 @@ deploy:
36
on:
37
tags: true
38
repo: api-platform/schema-generator
39
+ php: '5.6'
0 commit comments