Skip to content

Commit

Permalink
Try using 7.3RC1 on xenial distro.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 28, 2018
1 parent 3013ed0 commit af5bb36
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Expand Up @@ -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:
Expand All @@ -34,7 +42,7 @@ cache:
matrix:
fast_finish: true
allow_failures:
- php: 7.3
- php: 7.3.0RC1

include:
- php: 7.0
Expand Down

0 comments on commit af5bb36

Please sign in to comment.