Skip to content

Commit c63299f

Browse files
authored
Update .travis.yml
1 parent 3f02258 commit c63299f

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
@@ -18,7 +18,7 @@ install:
1818

1919
script:
2020
- conda build --quiet devtools/conda-recipe
21-
- devtools/travis-ci/build_docs.sh
21+
- if [ $CONDA_PY == 3.6 ]; then devtools/travis-ci/build_docs.sh; fi
2222

2323
after_success:
2424
- cp $HOME/miniconda3/conda-bld/test-tmp_dir/.coverage .

0 commit comments

Comments
 (0)