Skip to content

Commit

Permalink
Add php7.3 to build matrix in allow failure mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 21, 2018
1 parent 2bc7e20 commit 3013ed0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ php:
- 5.6
- 7.1
- 7.2
- 7.3

dist: trusty

Expand Down Expand Up @@ -32,6 +33,8 @@ cache:

matrix:
fast_finish: true
allow_failures:
- php: 7.3

include:
- php: 7.0
Expand Down

0 comments on commit 3013ed0

Please sign in to comment.