aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-07-26 16:37:12 +0200
committerGitHub <noreply@github.com>2019-07-26 16:37:12 +0200
commit883ccc235e6fd176a46d26f8c4ca0b8c6c532cb6 (patch)
treef9d0acc584f203af99860a738991f29edd9290b6
parentaffa6602f01c38614da07f5ffac60148bfd53def (diff)
downloadwallabag-883ccc235e6fd176a46d26f8c4ca0b8c6c532cb6.tar.gz
wallabag-883ccc235e6fd176a46d26f8c4ca0b8c6c532cb6.tar.zst
wallabag-883ccc235e6fd176a46d26f8c4ca0b8c6c532cb6.zip
Re-add nightly
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0de2f124..229e3e0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ php:
21 - 7.2 21 - 7.2
22 - 7.3 22 - 7.3
23 - 7.4 23 - 7.4
24 - nightly
24 25
25node_js: 26node_js:
26 - "5" 27 - "5"
@@ -37,6 +38,7 @@ matrix:
37 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite 38 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
38 allow_failures: 39 allow_failures:
39 - php: 7.4 40 - php: 7.4
41 - php: nightly
40 42
41# exclude v1 branches 43# exclude v1 branches
42branches: 44branches: