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

Commit b5cbe5a

Browse files
committed
Added PHP 7.3 support - updated Travis CI configuration
1 parent f2da961 commit b5cbe5a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -32,7 +30,13 @@ matrix:
3230
- php: 7.2
3331
env:
3432
- DEPS=latest
35-
- php: nightly
33+
- php: 7.3
34+
env:
35+
- DEPS=lowest
36+
- php: 7.3
37+
env:
38+
- DEPS=locked
39+
- php: 7.3
3640
env:
3741
- DEPS=latest
3842

0 commit comments

Comments
 (0)