We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5e8c2 commit 96a8949Copy full SHA for 96a8949
circle.yml
@@ -1,13 +1,17 @@
1
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
+ pre:
+ - sudo apt-get update; USE_PRECOMPILE=true sudo -E circleci-install php 7.1.0
+ php:
+ version: 7.1.0
6
7
dependencies:
8
9
- - composer global require "phpunit/phpunit=5.7.*"
+ cache_directories:
+ - ~/.composer
10
+ - ~/Symfony3-custom-coding-standard/vendor
11
+
12
13
+ - composer global require "phpunit/phpunit=5.7.*"
14
15
test:
- override:
- - ant test
16
+ override:
17
+ - ant test
0 commit comments