From 1ec7a6a1e2b1531cfd4fb4f149d70bb6ec1f392f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 7 Apr 2015 23:27:02 +1200 Subject: [PATCH] Use composer install --dev in travis Running an older composer build which doesn't do this by default --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ccde5b5..8ec0d66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,7 @@ php: - 5.5 script: - - vendor/bin/phpunit tests \ No newline at end of file + - vendor/bin/phpunit tests + +before_script: + - composer install --dev --prefer-dist