From 7f06e1780f844086d0beb4a73a9ecfc4c77f6e04 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 May 2016 18:08:15 +0200 Subject: [PATCH] Test travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9c8083ee3f..8e0116c49d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,6 +82,7 @@ install: rm $TRAVIS_BUILD_DIR/composer.json rm $TRAVIS_BUILD_DIR/composer.lock composer self-update + composer -n init composer -n config vendor-dir htdocs/includes echo @@ -110,8 +111,6 @@ install: echo "Adding path of binaries tools installed by composer to the PATH" export PATH="$TRAVIS_BUILD_DIR/htdocs/includes/bin:$PATH" echo - echo PATH=$PATH - ls $TRAVIS_BUILD_DIR/htdocs/includes/bin before_script: