Skip to content

Commit 96a8949

Browse files
author
Vincent Langlet
committed
🔧 Add cache for circleci
1 parent 1f5e8c2 commit 96a8949

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

circle.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
machine:
2-
pre:
3-
- sudo apt-get update; USE_PRECOMPILE=true sudo -E circleci-install php 7.1.0
4-
php:
5-
version: 7.1.0
2+
pre:
3+
- sudo apt-get update; USE_PRECOMPILE=true sudo -E circleci-install php 7.1.0
4+
php:
5+
version: 7.1.0
66

77
dependencies:
8-
pre:
9-
- composer global require "phpunit/phpunit=5.7.*"
8+
cache_directories:
9+
- ~/.composer
10+
- ~/Symfony3-custom-coding-standard/vendor
11+
12+
pre:
13+
- composer global require "phpunit/phpunit=5.7.*"
1014

1115
test:
12-
override:
13-
- ant test
16+
override:
17+
- ant test

0 commit comments

Comments
 (0)