Skip to content

Commit 0f969dd

Browse files
committed
Merge pull request #99 from FriendsOfSymfony/strict_sphinx
Run Sphinx in strict mode on Travis
2 parents c7518e2 + 66b6cef commit 0f969dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_script:
3838

3939
script:
4040
- phpunit --coverage-clover=coverage.clover
41-
- make -C doc html
41+
- make -C doc SPHINXOPTS='-nW' html
4242

4343
after_script:
4444
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)