Skip to content

Commit e3d1836

Browse files
author
euromark
committed
allow failure
1 parent 8175a6e commit e3d1836

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ matrix:
1414
env:
1515
- PHPCS=1
1616

17+
allow_failures:
18+
- php: 5.4
19+
env:
20+
- PHPCS=1
21+
1722
before_script:
1823
- sh -c "if [ '$PHPCS' != '1' ]; then git clone --depth 1 --branch $CAKE_VERSION git://github.com/cakephp/cakephp ../cakephp; else git clone --depth 1 --branch 2.6 git://github.com/cakephp/cakephp ../cakephp; fi" && cd ../cakephp
1924
- rm -R app

0 commit comments

Comments
 (0)