aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-09-06 11:28:57 +0200
committerGitHub <noreply@github.com>2018-09-06 11:28:57 +0200
commiteb5e3f1d1d26c6835389b5623f3c936fc10c1024 (patch)
tree40708939a82ddfea915893376e5c38c9c3d491c1
parentada5d5b2694ec95c6ca84aa91f22add1973343e0 (diff)
parent04f85fd9a83a4e00656e07f7db3200e199ea3fbf (diff)
downloadwallabag-eb5e3f1d1d26c6835389b5623f3c936fc10c1024.tar.gz
wallabag-eb5e3f1d1d26c6835389b5623f3c936fc10c1024.tar.zst
wallabag-eb5e3f1d1d26c6835389b5623f3c936fc10c1024.zip
Merge pull request #3717 from wallabag/php-72
PHP 7.2 shouldn't fail
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c6c03dc3..eb409533 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,6 @@ matrix:
44 - php: 7.0 44 - php: 7.0
45 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite 45 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
46 allow_failures: 46 allow_failures:
47 - php: 7.2
48 - php: nightly 47 - php: nightly
49 48
50# exclude v1 branches 49# exclude v1 branches