Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill authored Mar 21, 2020
1 parent be724b7 commit e3b719c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,22 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1
- 7.2
- 7.3

matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: hhvm
- php: 7.1
- php: 7.2
- php: 7.3

branches:
only:
- "master"
- "3.1"
- "3.0"
- "2.5"

cache:
directories:
Expand Down

0 comments on commit e3b719c

Please sign in to comment.