Skip to content

Commit

Permalink
Merge pull request #38 from Hypernode/fix-missing-buildecho-in-vagran…
Browse files Browse the repository at this point in the history
…t-test-setup

fix missing buildecho in vagrant test setup
  • Loading branch information
vdloo committed Dec 27, 2016
2 parents a2a84a8 + 2989c5a commit 51acbe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/vagrant/setup_and_run_tests.sh
Expand Up @@ -8,6 +8,12 @@ export SETUP_DB_USER='app'
export SETUP_DB_PASS=$(grep password ~/.my.cnf | cut -d'=' -f2 | xargs)
export SETUP_DIR='/data/web/'

buildecho()
{
echo -en "\e[1;44;97m[TEST-SETUP]\e[0m "
echo "${1}"
}

composer config -g repositories.firegento composer https://packages.firegento.com
composer install --prefer-source --no-interaction --ignore-platform-reqs
bash /data/web/public/build/travis/before_script.sh
Expand Down

0 comments on commit 51acbe1

Please sign in to comment.