Skip to content

Commit

Permalink
Merge pull request yiisoft#13239 from arogachev/12947-travis-composer…
Browse files Browse the repository at this point in the history
…-install

Use composer install instead of composer update in Travis (yiisoft#12947)
  • Loading branch information
SilverFire authored Dec 18, 2016
2 parents 09901a2 + 2b29a77 commit e7f186d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ matrix:
- phpenv config-rm xdebug.ini || echo "xdebug is not installed"
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0" --no-plugins
- travis_retry composer update --prefer-dist --no-interaction
- travis_retry composer install --prefer-dist --no-interaction
before_script:
- node --version
- npm --version
Expand Down Expand Up @@ -111,7 +111,7 @@ install:
- travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0" --no-plugins
- export PATH="$HOME/.composer/vendor/bin:$PATH"
# core framework:
- travis_retry composer update --prefer-dist --no-interaction
- travis_retry composer install --prefer-dist --no-interaction
- tests/data/travis/apc-setup.sh
- tests/data/travis/memcache-setup.sh
- tests/data/travis/imagick-setup.sh
Expand Down

0 comments on commit e7f186d

Please sign in to comment.