From 66f486e84d15e116740c88fa73b0a6e16dafb4d5 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Fri, 17 Apr 2015 16:07:46 +0200 Subject: [PATCH] Fix travis build this should fix the issue you described in https://github.com/francoispluchino/composer-asset-plugin/issues/109 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a12e6fb78b..bac89b626d 100755 --- a/.travis.yml +++ b/.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