Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit c43ce02

Browse files
committed
fix travis ci
1 parent 1f05f7c commit c43ce02

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ install:
5555
# install composer dependencies
5656
- travis_retry composer self-update
5757
- export PATH="$HOME/.composer/vendor/bin:$PATH"
58-
- |
59-
if [[ $TRAVIS_PHP_VERSION == "hhvm-3.12" ]]; then
60-
# remove php-cs-fixer from composer dependencies on hhvm-3.12 - php-cs-fixer requires at least hhvm-3.18
61-
composer remove friendsofphp/php-cs-fixer --dev
62-
fi
58+
- travis_retry composer global require "fxp/composer-asset-plugin:^1.3.1"
6359
- travis_retry composer install $DEFAULT_COMPOSER_FLAGS
6460

6561
before_script:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description":"facebook graphql server side for yii2 php framework",
44
"keyword":["yii2","graphql"],
55
"type":"yii2-extension",
6-
"license":"private",
6+
"license": "BSD-3-Clause",
77
"authors":[
88
{
99
"name":"QingShan li",

0 commit comments

Comments
 (0)