From c82288d641814434aa50b67098f65664e6a0e72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Bechyn=C4=9B?= Date: Wed, 7 Jun 2017 16:23:47 +0200 Subject: [PATCH] Travis deployment fixed --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ec3e9bf..abcd2bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ php: before_script: - composer self-update - composer install + - cp phpunit.xml.dist phpunit.xml script: - vendor/phing/phing/bin/phing -f build.xml