Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit e3b526b

Browse files
committed
Update Travis CI configuration to use PHP 7.2 and use it for Coveralls and PHP CS Fixer execution
1 parent 3b84641 commit e3b526b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ php:
66
- 5.6
77
- 7.0
88
- 7.1
9+
- 7.2
910
- hhvm
1011

1112
env:
1213
global:
13-
- COVERALLS_EXECUTION_PHP_VERSION="7.1"
14+
- COVERALLS_EXECUTION_PHP_VERSION="7.2"
1415
- PHP_CS_FIXER_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE}"
15-
- PHP_CS_FIXER_EXECUTION_PHP_VERSION="7.1"
16+
- PHP_CS_FIXER_EXECUTION_PHP_VERSION="7.2"
1617

1718
matrix:
1819
fast_finish: true

0 commit comments

Comments
 (0)