From 5597184a37ba0dc932d8a792a17ea92b271937ae Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 15 Apr 2018 21:39:21 -0400 Subject: [PATCH] Fix error in composer call in before_sscript --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ae4399d..8cdedc3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ php: - 5.3 script: phpunit --coverage-clover=coverage.clover before_script: - - composer phpunit/dbunit + - composer require phpunit/dbunit - mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;' - cd phpunit - which phpunit