From 85c0f9cd9e586e72f7aae2d1d4bec66b9c610a1e Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 2 May 2017 22:10:05 +0300 Subject: [PATCH] Multi-db support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32337cc3a7f1..9ddbaef62d0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ before_script: - curl -L http://ninja.dev:8000/update - php artisan ninja:create-test-data 4 true - php artisan db:seed --no-interaction --class=UserTableSeeder # development seed - - sed -i 's/DB_TYPE=db-ninja-1/DB_TYPE=db-ninja-2/g' .env + #- sed -i 's/DB_TYPE=db-ninja-1/DB_TYPE=db-ninja-2/g' .env script: - php ./vendor/codeception/codeception/codecept run --debug acceptance APICest.php