We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a42240 commit c577c19Copy full SHA for c577c19
.travis.yml
@@ -196,6 +196,10 @@ after_script:
196
- echo "after_script start"
197
- ci/install_test.sh
198
- source activate pandas && python -c "import pandas; pandas.show_versions();"
199
- - ci/print_skipped.py /tmp/single.xml
200
- - ci/print_skipped.py /tmp/multiple.xml
+ - if [ "$DOC_BUILD"]; then
+ ci/print_skipped.py /tmp/single.xml;
201
+ fi
202
203
+ ci/print_skipped.py /tmp/multiple.xml;
204
205
- echo "after_script done"
0 commit comments