From 019092b77b1bad4bbc8fb406e6f5a5cabfddd2dc Mon Sep 17 00:00:00 2001 From: Peter Breuls Date: Wed, 29 May 2013 19:16:35 +0200 Subject: [PATCH] Script additions in Travis YML. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42d77d1..6ef6921 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: php php: - "5.5" - "5.4" - - "5.3" \ No newline at end of file + - "5.3" +before_script: composer update +script: php vendor/bin/phpunit \ No newline at end of file