Browse Source

Try using 7.3RC1 on xenial distro.

ADmad 7 years ago
parent
commit
af5bb36aec
1 changed files with 11 additions and 3 deletions
  1. 11 3
      .travis.yml

+ 11 - 3
.travis.yml

@@ -5,9 +5,17 @@ php:
   - 5.6
   - 7.1
   - 7.2
-  - 7.3
+  - 7.3.0RC1
 
-dist: trusty
+sudo: required
+
+dist: xenial
+
+addons:
+  apt:
+    packages:
+      # See: https://github.com/travis-ci/travis-ci/issues/9717
+      - libzip4
 
 env:
   matrix:
@@ -34,7 +42,7 @@ cache:
 matrix:
   fast_finish: true
   allow_failures:
-    - php: 7.3
+    - php: 7.3.0RC1
 
   include:
     - php: 7.0