Skip to content

Commit 40cbe36

Browse files
committed
Use PHP 7.2 for test coverage
1 parent e45445a commit 40cbe36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ matrix:
2121
env:
2222
- DEPENDENCIES=""
2323
- USE_VPACK=true
24+
- EXECUTE_CS_CHECK=true
2425
- ARANGODB_VERSION=3.4.0
2526
- php: 7.2
2627
env:
2728
- DEPENDENCIES=""
2829
- USE_VPACK=false
29-
- EXECUTE_CS_CHECK=true
30+
- TEST_COVERAGE=true
3031
- ARANGODB_VERSION=3.4.0
3132
- php: 7.3
3233
env:
@@ -37,7 +38,6 @@ matrix:
3738
env:
3839
- DEPENDENCIES=""
3940
- USE_VPACK=false
40-
- TEST_COVERAGE=true
4141
- ARANGODB_VERSION=3.4.0
4242
- php: nightly
4343
env:

0 commit comments

Comments
 (0)