aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-07-24 15:48:53 +0200
committerGitHub <noreply@github.com>2017-07-24 15:48:53 +0200
commit9ab45e68135c200b85e586dd74d6ca121cefde71 (patch)
treec0f1f832a04b3c5d16caa17397fe1e2ffcf7366b /.travis.yml
parentea127a401b79230eede13afd655d9fb7789c8059 (diff)
downloadwallabag-9ab45e68135c200b85e586dd74d6ca121cefde71.tar.gz
wallabag-9ab45e68135c200b85e586dd74d6ca121cefde71.tar.zst
wallabag-9ab45e68135c200b85e586dd74d6ca121cefde71.zip
Testing on PHP 7.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 60e7dd1c..6b279ed6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ php:
27 - 5.6 27 - 5.6
28 - 7.0 28 - 7.0
29 - 7.1 29 - 7.1
30 - 7.2
30 - nightly 31 - nightly
31 32
32node_js: 33node_js:
@@ -43,6 +44,7 @@ matrix:
43 - php: 7.0 44 - php: 7.0
44 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
45 allow_failures: 46 allow_failures:
47 - php: 7.2
46 - php: nightly 48 - php: nightly
47 49
48# exclude v1 branches 50# exclude v1 branches