Skip to content

Commit

Permalink
Add PHP 7.2 to Travis build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed Jan 29, 2018
1 parent bf13d52 commit ac5a736
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ matrix:
env: DB=PGSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1
- php: 7.2
env: DB=MYSQL PHPUNIT_TEST=1

before_script:
# Init PHP
Expand Down

0 comments on commit ac5a736

Please sign in to comment.