summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/.travis.yml')
-rw-r--r--vendor/fguillot/picofeed/.travis.yml21
1 files changed, 14 insertions, 7 deletions
diff --git a/vendor/fguillot/picofeed/.travis.yml b/vendor/fguillot/picofeed/.travis.yml
index 0c3d0fe55..00b2b5bbb 100644
--- a/vendor/fguillot/picofeed/.travis.yml
+++ b/vendor/fguillot/picofeed/.travis.yml
@@ -1,12 +1,19 @@
language: php
php:
- - "5.6"
- - "5.5"
- - "5.4"
- - "5.3"
+ - 7.0
+ - 5.6
+ - 5.5
+ - 5.4
+ - 5.3
+
+matrix:
+ fast_finish: true
+ allow_failures:
+ - php: 7.0
+
+before_script:
+ - composer dump-autoload
-before_script: wget https://phar.phpunit.de/phpunit.phar
script:
- - composer dump-autoload
- - php phpunit.phar
+ - phpunit \ No newline at end of file