summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index c8d5a7a1..e111d2b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language: php
php:
- 7.0
- 7.1
- - 7.2
+# - 7.2
env:
global:
- CORE_BRANCH=master
@@ -28,8 +28,8 @@ matrix:
env: DB=pgsql CORE_BRANCH=stable13
- php: 7.1
env: DB=pgsql CORE_BRANCH=stable13
- - php: 7.2
- env: DB=pgsql CORE_BRANCH=stable13
+# - php: 7.2
+# env: DB=pgsql CORE_BRANCH=stable13
fast_finish: true
before_install: