Try installing composer-asset-plugin globally to avoid bower-asset download errors - see https://github.com/francoispluchino/composer-asset-plugin/issues/109#issuecomment-93992512

1.10.x
Yannick Warnier 10 years ago
parent 8553ea3e6a
commit 85e9f0df0b
  1. 1
      .travis.yml

@ -13,6 +13,7 @@ before_install:
before_script:
- composer self-update
- composer global require "fxp/composer-asset-plugin:1.0.0"
- composer install -n
- composer -v update
- phpenv config-add tests/travis-php-config.ini

Loading…
Cancel
Save