Skip to content

Commit

Permalink
CI: only print skipped if not on doc-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Mar 25, 2017
1 parent 7a42240 commit c577c19
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ after_script:
- echo "after_script start"
- ci/install_test.sh
- source activate pandas && python -c "import pandas; pandas.show_versions();"
- ci/print_skipped.py /tmp/single.xml
- ci/print_skipped.py /tmp/multiple.xml
- if [ "$DOC_BUILD"]; then
ci/print_skipped.py /tmp/single.xml;
fi
- if [ "$DOC_BUILD"]; then
ci/print_skipped.py /tmp/multiple.xml;
fi
- echo "after_script done"

0 comments on commit c577c19

Please sign in to comment.