From 7b231d1635a8dd94366ebc14c0cfe4709e1fb1a5 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 15 Apr 2018 21:37:37 -0400 Subject: [PATCH] Test changes to travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69373505..2ae4399d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,10 @@ php: - 5.3 script: phpunit --coverage-clover=coverage.clover before_script: - - composer global require phpunit/dbunit + - composer phpunit/dbunit - mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;' - cd phpunit + - which phpunit after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover