Fix travis build

this should fix the issue you described in https://github.com/francoispluchino/composer-asset-plugin/issues/109
1.10.x
Carsten Brandt 10 years ago
parent f638eb064c
commit 66f486e84d
  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