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

Commit 3f2f541

Browse files
authored
Merge pull request #162 from webimpress/feature/php-7.3
Added PHP 7.3 support
2 parents ce733a4 + 7841b14 commit 3f2f541

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
@@ -34,6 +34,15 @@ matrix:
3434
- php: 7.2
3535
env:
3636
- DEPS=latest
37+
- php: 7.3
38+
env:
39+
- DEPS=lowest
40+
- php: 7.3
41+
env:
42+
- DEPS=locked
43+
- php: 7.3
44+
env:
45+
- DEPS=latest
3746

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

0 commit comments

Comments
 (0)