aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-08-24 11:39:17 +0200
committerGitHub <noreply@github.com>2016-08-24 11:39:17 +0200
commitc6d77eaf518ad8ca48c84524b9751417a2a19df1 (patch)
tree4a5a4e4e5b2948135f47f579671fd3ee882ba729
parenta5684f6a2372d144873e3ae05b4dc46de59c380a (diff)
parentddb49dd9311f5874c8681a149eb5ef1aedf4ce0f (diff)
downloadwallabag-c6d77eaf518ad8ca48c84524b9751417a2a19df1.tar.gz
wallabag-c6d77eaf518ad8ca48c84524b9751417a2a19df1.tar.zst
wallabag-c6d77eaf518ad8ca48c84524b9751417a2a19df1.zip
Merge pull request #2236 from wallabag/allow-failure-php-7.1
Allow failure for PHP 7.1
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 73f9491a..53cf9bb5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,6 +54,7 @@ matrix:
54 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run DB=sqlite 54 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run DB=sqlite
55 allow_failures: 55 allow_failures:
56 - php: hhvm-3.12 56 - php: hhvm-3.12
57 - php: 7.1
57 - php: nightly 58 - php: nightly
58 59
59# exclude v1 branches 60# exclude v1 branches