commit 30b27bc4d26e646f25fb5aab8858eb89847e4ba1 parent 3c2a89797f88c34a1f11d11cf315c65fc6248779 Author: mtrnord <mtrnord1@gmail.com> Date: Sun, 4 Oct 2015 20:44:46 +0200 change travis commandline Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -16,4 +16,4 @@ before_script: - chmod +x phpunit.phar - mysql -e 'create database RPICMS;' #RunTests -script: php phpunit.phar --configuration phpunit_$DB.xml --verbose +script: php phpunit.phar --configuration phpunit_$DB.xml --verbose --bootstrap tests/bootstrap.php