Skip to content

Commit 038f5ab

Browse files
authored
Merge pull request #46 from localheinz/feature/php73
Enhancement: Add PHP 7.3 to Travis CI build matrix
2 parents 5bb76db + 90ec2cb commit 038f5ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- composer lint
5151
- composer phpcs
5252
env: BUILD=sniff
53+
- stage: test
54+
php: 7.3
55+
env: WP_VERSION=latest
5356
- stage: test
5457
php: 7.2
5558
env: WP_VERSION=latest

0 commit comments

Comments
 (0)