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 20
20
- hhvm
21
21
22
22
env :
23
- - SYMFONY_VERSION='3.1 .*'
23
+ - SYMFONY_VERSION='3.3 .*'
24
24
25
25
branches :
26
26
only :
@@ -38,6 +38,7 @@ matrix:
38
38
- SYMFONY_VERSION='3.1.*'
39
39
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
40
40
- COVERAGE=true
41
+ - DOCCHECK=true
41
42
- php : 7.1
42
43
env :
43
44
- SYMFONY_VERSION='2.8.*'
@@ -58,8 +59,8 @@ before_script:
58
59
59
60
script :
60
61
- SYMFONY_DEPRECATIONS_HELPER=weak vendor/bin/phpunit ${PHPUNIT_FLAGS}
61
- - make -C Resources/doc SPHINXOPTS='-nW' html
62
- - make -C Resources/doc spelling
62
+ - if [[ "$DOCCHECK" = true ]]; then make -C Resources/doc SPHINXOPTS='-nW' html; fi
63
+ - if [[ "$DOCCHECK" = true ]]; then make -C Resources/doc spelling; fi
63
64
64
65
after_script :
65
66
- if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
You can’t perform that action at this time.
0 commit comments