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

Commit

Permalink
Adds PHP nightly (future 7.3) to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 27, 2018
1 parent 530c516 commit bd47367
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: nightly
env:
- DEPS=latest

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

0 comments on commit bd47367

Please sign in to comment.