Skip to content

Commit eb90ad3

Browse files
authoredJan 12, 2020
Test PHP 7.4 on Travis
1 parent 52d6bb5 commit eb90ad3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ vendor
22
build
33
#A library must not provide a composer.lock file
44
composer.lock
5+
6+
.phpunit.result.cache

‎.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
7+
- '7.4'
78

89
env:
910
global:

0 commit comments

Comments
 (0)
Please sign in to comment.