From 471b97dc84d2c940bf4683e9330a7935db7cc2e8 Mon Sep 17 00:00:00 2001
From: Tobias Reischmann <tobias.reischmann@wi.uni-muenster.de>
Date: Tue, 21 Jan 2020 14:47:35 +0100
Subject: [PATCH] Update travis for MOODLE_38_STABLE and new master

---
 .travis.yml | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7e8cd88..9c25b5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ sudo: true
 
 addons:
   firefox: "47.0.1"
-  postgresql: "9.4"
+  postgresql: "9.5"
   apt:
     packages:
       - openjdk-8-jre-headless
@@ -27,10 +27,12 @@ env:
    - DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
    - DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
    - DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
+   - DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
    - DB=pgsql MOODLE_BRANCH=master
    - DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
    - DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
    - DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
+   - DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
    - DB=mysqli MOODLE_BRANCH=master
 
 matrix:
@@ -39,10 +41,18 @@ matrix:
     env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
   - php: 7.0
     env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
+  - php: 7.0
+    env: DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
+  - php: 7.0
+    env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
   - php: 7.0
     env: DB=pgsql MOODLE_BRANCH=master
   - php: 7.0
     env: DB=mysqli MOODLE_BRANCH=master
+  - php: 7.1
+    env: DB=pgsql MOODLE_BRANCH=master
+  - php: 7.1
+    env: DB=mysqli MOODLE_BRANCH=master
   - php: 7.3
     env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
   - php: 7.3
@@ -62,7 +72,7 @@ jobs:
     # Prechecks against latest Moodle stable only.
     - stage: static
       php: 7.3
-      env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
+      env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
       install:
       - moodle-plugin-ci install --no-init
       script:
@@ -78,7 +88,7 @@ jobs:
     # Smaller build matrix for development builds
     - stage: develop
       php: 7.3
-      env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
+      env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
       install:
       - moodle-plugin-ci install
       script:
-- 
GitLab