Skip to content

Commit

Permalink
update travis php versions (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Feb 16, 2019
1 parent 4a1d6b1 commit 65fcded
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ env:

matrix:
include:
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 7.1
env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1
- php: 5.6
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.2
env: DB=MYSQL PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 7.3
env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1

before_script:
# Init PHP
Expand Down

0 comments on commit 65fcded

Please sign in to comment.