From 6e4f01c87a066b19ef89278189c1d2e1c20a4b8b Mon Sep 17 00:00:00 2001 From: Mitchell Hewes Date: Wed, 11 Jan 2017 13:52:00 +1100 Subject: [PATCH] Revert "Removed config cp commands from travis.yml" This reverts commit 7981fc109bd314bdc98bdae5a57acbb3351fbc11. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3c23c2d..324d516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,10 @@ script: - ./vendor/bin/phpunit -c tests/phpunit.unit.postgres.xml - ./vendor/bin/phpunit -c tests/phpunit.unit.mysql.xml - ./vendor/bin/phpunit -c tests/phpunit.functional.sqlite.xml + - cp ./tests/ci/config.postgres.php $TRAVIS_BUILD_DIR/config.php - ./vendor/bin/phpunit -c tests/phpunit.functional.postgres.xml tests/functional/ApiTest.php - ./vendor/bin/phpunit -c tests/phpunit.functional.postgres.xml tests/functional/FeverApiTest.php + - cp ./tests/ci/config.mysql.php $TRAVIS_BUILD_DIR/config.php - ./vendor/bin/phpunit -c tests/phpunit.functional.mysql.xml tests/functional/ApiTest.php - ./vendor/bin/phpunit -c tests/phpunit.functional.mysql.xml tests/functional/FeverApiTest.php