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

Commit

Permalink
fix travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingsun committed Jul 5, 2017
1 parent 1f05f7c commit c43ce02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ install:
# install composer dependencies
- travis_retry composer self-update
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- |
if [[ $TRAVIS_PHP_VERSION == "hhvm-3.12" ]]; then
# remove php-cs-fixer from composer dependencies on hhvm-3.12 - php-cs-fixer requires at least hhvm-3.18
composer remove friendsofphp/php-cs-fixer --dev
fi
- travis_retry composer global require "fxp/composer-asset-plugin:^1.3.1"
- travis_retry composer install $DEFAULT_COMPOSER_FLAGS

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description":"facebook graphql server side for yii2 php framework",
"keyword":["yii2","graphql"],
"type":"yii2-extension",
"license":"private",
"license": "BSD-3-Clause",
"authors":[
{
"name":"QingShan li",
Expand Down

0 comments on commit c43ce02

Please sign in to comment.