summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 66f9c288..1596ec9a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,6 @@ php:
- "5.3"
before_script: wget https://phar.phpunit.de/phpunit.phar
-script: php phpunit.phar -c tests/units.sqlite.xml \ No newline at end of file
+script:
+ - composer install
+ - php phpunit.phar -c tests/units.sqlite.xml \ No newline at end of file