summaryrefslogtreecommitdiffstats
path: root/3rdparty/fguillot/picofeed/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/fguillot/picofeed/.travis.yml')
-rw-r--r--3rdparty/fguillot/picofeed/.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/3rdparty/fguillot/picofeed/.travis.yml b/3rdparty/fguillot/picofeed/.travis.yml
index 83334e8c4..0c3d0fe55 100644
--- a/3rdparty/fguillot/picofeed/.travis.yml
+++ b/3rdparty/fguillot/picofeed/.travis.yml
@@ -7,4 +7,6 @@ php:
- "5.3"
before_script: wget https://phar.phpunit.de/phpunit.phar
-script: php phpunit.phar
+script:
+ - composer dump-autoload
+ - php phpunit.phar