Skip to content

Commit 020bc43

Browse files
committed
Fixing travis caching of php_cs
1 parent 6446ad0 commit 020bc43

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/src/Tests/
55
/build/
66
/phpunit.xml
7-
.php_cs.cache
7+
/.php_cs/cache
88

99
node_modules
1010

.php_cs/.gitkeep

Whitespace-only changes.

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: php
22
cache:
33
directories:
44
- $HOME/.composer/cache
5-
- .php_cs.cache
5+
- .php_cs
66
jobs:
77
include:
88
- stage: test

phpcs.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<arg name="basepath" value="."/>
44
<arg name="extensions" value="php"/>
55
<arg name="parallel" value="16"/>
6-
<arg name="cache" value=".php_cs.cache"/>
6+
<arg name="cache" value=".php_cs/cache"/>
77
<arg name="colors"/>
88

99
<!-- Ignore warnings, show progress of the run and show sniff names -->

0 commit comments

Comments
 (0)