Skip to content

Commit

Permalink
Update Travis to use PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Dec 25, 2019
1 parent 0e2ce73 commit 504d3d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,24 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4
- nightly

matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: 7.4snapshot

stages:
- analyze
- test

jobs:
exclude:
- php: 7.2
- php: 7.3
include:
- stage: analyze
php: 7.2
php: 7.3
install:
- pecl install ast
- phpenv config-rm xdebug.ini
Expand Down

0 comments on commit 504d3d0

Please sign in to comment.