From 35fc5a839499968508d582cb7a005433f39e1332 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Thu, 19 Sep 2019 20:07:37 +0200 Subject: [PATCH] Adapted application path in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 464ce92..14ffcd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - mysql -e 'CREATE DATABASE DEV_DATABASE;' - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules - git submodule update --init --recursive - - cd application + - cd application/symfony - cp phpunit.xml.dist phpunit.xml - cp .env.dist .env - sed -i 's/DEV_USER:userpass@db/travis@127.0.0.1/g' phpunit.xml