aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index bd21d6c7..0de2f124 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ php:
20 - 7.1 20 - 7.1
21 - 7.2 21 - 7.2
22 - 7.3 22 - 7.3
23 - nightly 23 - 7.4
24 24
25node_js: 25node_js:
26 - "5" 26 - "5"
@@ -36,7 +36,7 @@ matrix:
36 - php: 7.2 36 - php: 7.2
37 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite 37 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
38 allow_failures: 38 allow_failures:
39 - php: nightly 39 - php: 7.4
40 40
41# exclude v1 branches 41# exclude v1 branches
42branches: 42branches: