Skip to content

Commit aab8804

Browse files
committed
Fix for failing build
1 parent cea2a98 commit aab8804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828
- COVERALLS=1
2929
- php: 5.3
3030
env:
31-
- PHPCS=1 PHPCS_ARGS="-p --extensions=php --standard=CakePHP -n ."
31+
- PHPCS=1 PHPCS_ARGS="-p --extensions=php --standard=CakePHP --ignore=vendor/ -n ."
3232
- php: 5.3
3333
env:
3434
- FOC_VALIDATE=1

0 commit comments

Comments
 (0)