Thanks to visit codestin.com Credit goes to github.com
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 dd3aed1 commit f0e03e0Copy full SHA for f0e03e0
1 file changed
.travis.yml
@@ -43,7 +43,7 @@ script:
43
- if [[ $BUILD_DOCS == false ]]; then mkdir ../tmp_test_dir; fi
44
- if [[ $BUILD_DOCS == false ]]; then cd ../tmp_test_dir; fi
45
- if [[ $BUILD_DOCS == false ]]; then gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS; fi
46
- - if [[ $BUILD_DOCS == true ]]; then cd doc; python make.py html --small; fi
+ - if [[ $BUILD_DOCS == true ]]; then cd doc; python make.py html --small --warningsaserrors; fi
47
# We don't build the LaTeX docs here, so linkchecker will complain
48
- if [[ $BUILD_DOCS == true ]]; then touch build/html/Matplotlib.pdf; fi
49
- if [[ $BUILD_DOCS == true ]]; then linkchecker build/html/index.html; fi
0 commit comments