summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-30 18:30:11 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-30 18:30:11 +0200
commiteb28c3b137c8a0d61377087c9a04b820151b0b7c (patch)
treec1ebf149f43fa653a4ef1c3f33df04557094e834 /vendor/fguillot/picofeed/.travis.yml
parent2e54780c1496bfa39cd035b9ac40ed851d2198f1 (diff)
update deps
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