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

Commit 267ef18

Browse files
committed
Adds php-nightly to test matrix
- Future 7.3
1 parent 01e8680 commit 267ef18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ matrix:
3333
- php: 7.2
3434
env:
3535
- DEPS=latest
36+
- php: nightly
37+
env:
38+
- DEPS=latest
3639

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

0 commit comments

Comments
 (0)