Skip to content

Commit

Permalink
NEW Add PHP 7.2 to Travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jan 18, 2018
1 parent 1dd1f2c commit a0836be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ matrix:
include:
- php: 5.6
env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1
- php: 7.0
env: DB=PGSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=PGSQL PHPUNIT_TEST=1
- php: 7.2
env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1
- php: 7.0
env: DB=MYSQL BEHAT_TEST=1
Expand Down

0 comments on commit a0836be

Please sign in to comment.