We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8175a6e commit e3d1836Copy full SHA for e3d1836
.travis.yml
@@ -14,6 +14,11 @@ matrix:
14
env:
15
- PHPCS=1
16
17
+ allow_failures:
18
+ - php: 5.4
19
+ env:
20
+ - PHPCS=1
21
+
22
before_script:
23
- 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
24
- rm -R app
0 commit comments