Skip to content

Commit

Permalink
Merge pull request yiisoft#13246 from arogachev/patch-3
Browse files Browse the repository at this point in the history
Fixed comments in travis.yml [skip ci]
  • Loading branch information
SilverFire authored Dec 19, 2016
2 parents e1ba289 + d2bafcc commit 87f2d55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,11 @@ install:
- travis_retry composer self-update && composer --version
- travis_retry composer global require "fxp/composer-asset-plugin:^1.2.0" --no-plugins
- export PATH="$HOME/.composer/vendor/bin:$PATH"
# core framework:
# core framework:
- 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
# - tests/data/travis/cubrid-setup.sh

before_script:
# Disable the HHVM JIT for faster Unit Testing
Expand Down

0 comments on commit 87f2d55

Please sign in to comment.