Do not rely on fixed build path

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-01-21 13:00:42 +01:00
parent 838419957d
commit 1361b4eac5

View File

@ -70,7 +70,7 @@ matrix:
- brew install ant gettext php70 mariadb
- brew link --force gettext
- curl https://getcomposer.org/installer | php
- ln -s /Users/travis/build/phpmyadmin/phpmyadmin/composer.phar /usr/local/bin/composer
- ln -s `readlink -f ./composer.phar` /usr/local/bin/composer
- mysql.server start
cache: