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

Commit cfa9fa5

Browse files
committed
1 parent ec3d5d2 commit cfa9fa5

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ language: php
55
cache:
66
directories:
77
- $HOME/.composer/cache
8-
- $HOME/.local
9-
- vendor
108

119
env:
1210
global:
@@ -22,6 +20,7 @@ matrix:
2220
- php: 5.6
2321
env:
2422
- DEPS=locked
23+
- CS_CHECK=true
2524
- TEST_COVERAGE=true
2625
- php: 5.6
2726
env:
@@ -40,7 +39,6 @@ matrix:
4039
- php: 7
4140
env:
4241
- DEPS=locked
43-
- CS_CHECK=true
4442
- php: 7
4543
env:
4644
- DEPS=locked
@@ -69,25 +67,25 @@ matrix:
6967
- php: 7.1
7068
env:
7169
- DEPS=latest
72-
- php: nightly
70+
- php: 7.2
7371
env:
7472
- DEPS=lowest
75-
- php: nightly
73+
- php: 7.2
7674
env:
7775
- DEPS=locked
78-
- php: nightly
76+
- php: 7.2
7977
env:
8078
- DEPS=locked
8179
- HELPER_DEPS="zendframework/zend-expressive-helpers:^2.2 zendframework/zend-expressive-router:^1.3.2"
82-
- php: nightly
80+
- php: 7.2
8381
env:
8482
- DEPS=locked
8583
- HELPER_DEPS="zendframework/zend-expressive-helpers:^3.0.1"
86-
- php: nightly
84+
- php: 7.2
8785
env:
8886
- DEPS=latest
8987
allow_failures:
90-
- php: nightly
88+
- php: 7.2
9189

9290
before_install:
9391
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

0 commit comments

Comments
 (0)