Skip to content

Commit

Permalink
added 7.2 build to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alextartan committed Nov 22, 2018
1 parent 79f0a8c commit b33a31e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ matrix:
env:
- CS_CHECK=false
- TEST_COVERAGE=false
- php: 7.2
env:
- CS_CHECK=false
- TEST_COVERAGE=false

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

0 comments on commit b33a31e

Please sign in to comment.