Skip to content

Commit 54440e1

Browse files
committed
Fix Travis
1 parent 8d2ac21 commit 54440e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ matrix:
1717

1818
before_install:
1919
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi;
20-
- curl -LSs https://box-project.github.io/box2/installer.php | php
20+
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then curl -LSs https://box-project.github.io/box2/installer.php | php; fi;
2121

2222
install:
2323
- composer update --no-interaction --prefer-dist
24-
- php box.phar build
24+
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then php box.phar build; fi;
2525

2626
script:
2727
- phpunit
@@ -36,3 +36,4 @@ deploy:
3636
on:
3737
tags: true
3838
repo: api-platform/schema-generator
39+
php: '5.6'

0 commit comments

Comments
 (0)