aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
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 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: