Title: Test the ->equals() method more thoughroughly
[lhc/web/wiklou.git] / .travis.yml
index 4260c46..9dc2ef7 100644 (file)
@@ -8,12 +8,8 @@
 #
 language: php
 
-
-# Use fast containers instead of the slower sudo-enabled VMs:
-sudo: false
 # Use Ubuntu 14 Trusty (not Ubuntu 12 Precise)
 # <https://docs.travis-ci.com/user/reference/trusty/>
-# - Required in order to use HHVM 3.6 or higher.
 # - Required for non-buggy xml library for XmlTypeCheck/UploadBaseTest (T75176).
 dist: trusty
 
@@ -34,6 +30,8 @@ matrix:
   include:
     # On Trusty, mysql user 'travis' doesn't have create database rights
     # Postgres has no user called 'root'.
+    - env: dbtype=mysql dbuser=root
+      php: 7.3
     - env: dbtype=mysql dbuser=root
       php: 7.2
     - env: dbtype=mysql dbuser=root
@@ -42,17 +40,8 @@ matrix:
       php: 7.1
     - env: dbtype=mysql dbuser=root
       php: 7
-    # https://docs.travis-ci.com/user/languages/php#HHVM-versions
-    - env: dbtype=mysql dbuser=root
-      php: hhvm-3.24
-    - env: dbtype=mysql dbuser=root
-      php: hhvm-3.21
-    - env: dbtype=mysql dbuser=root
-      php: hhvm-3.18
   allow_failures:
-    - php: hhvm-3.18
-    - php: hhvm-3.21
-    - php: hhvm-3.24
+    - php: 7.3
 
 services:
   - mysql