File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 19
19
- 7.1
20
20
21
21
env :
22
- - SYMFONY_VERSION='3.1 .*'
22
+ - SYMFONY_VERSION='3.3 .*'
23
23
24
24
branches :
25
25
only :
@@ -37,6 +37,7 @@ matrix:
37
37
- SYMFONY_VERSION='3.1.*'
38
38
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
39
39
- COVERAGE=true
40
+ - DOCCHECK=true
40
41
- php : 7.1
41
42
env :
42
43
- SYMFONY_VERSION='2.8.*'
@@ -60,8 +61,8 @@ before_script:
60
61
61
62
script :
62
63
- SYMFONY_DEPRECATIONS_HELPER=weak vendor/bin/phpunit ${PHPUNIT_FLAGS}
63
- - make -C Resources/doc SPHINXOPTS='-nW' html
64
- - make -C Resources/doc spelling
64
+ - if [[ "$DOCCHECK" = true ]]; then make -C Resources/doc SPHINXOPTS='-nW' html; fi
65
+ - if [[ "$DOCCHECK" = true ]]; then make -C Resources/doc spelling; fi
65
66
66
67
after_script :
67
68
- if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
You can’t perform that action at this time.
0 commit comments