Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 4ecb2f6

Browse files
committed
Add php 7.3 to travis build matrix
1 parent 56d2577 commit 4ecb2f6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ matrix:
5353
- php: 7.2
5454
env:
5555
- DEPS=latest
56+
- php: 7.3
57+
env:
58+
- DEPS=lowest
59+
- php: 7.3
60+
env:
61+
- DEPS=locked
62+
- php: 7.3
63+
env:
64+
- DEPS=latest
5665

5766
before_install:
5867
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

0 commit comments

Comments
 (0)