Skip to content

Commit 6f4345e

Browse files
committed
Exclude old php from master
1 parent 1513981 commit 6f4345e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ env:
2121
- PHPUNIT=6.0.x-dev
2222

2323
matrix:
24-
allow_failure:
25-
- env: PHPUNIT=5.6.x-dev
26-
- env: PHPUNIT=5.7.x-dev
27-
- env: PHPUNIT=6.0.x-dev
24+
exclude:
25+
- php: 5.6
26+
env: PHPUNIT=6.0.x-dev
2827

2928
cache:
3029
directories:

0 commit comments

Comments
 (0)