File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 on :
5858 repo : domdfcoding/domdf_python_tools
5959 provider : script
60- script : .ci/travis_deploy_conda.sh || travis_terminate 1
60+ script : .ci/travis_deploy_conda.sh || return 1;
6161
6262 - stage : deploy_releases
6363 python : " 3.6"
6868 on :
6969 repo : domdfcoding/domdf_python_tools
7070 provider : script
71- script : python .ci/copy_pypi_2_github.py || travis_terminate 1
71+ script : python .ci/copy_pypi_2_github.py || return 1;
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ Installation
112112
113113 .. prompt :: bash
114114
115- $ conda config --add channels http://conda.anaconda.org/domdfcoding
116- $ conda config --add channels http://conda.anaconda.org/conda-forge
115+ conda config --add channels http://conda.anaconda.org/domdfcoding
116+ conda config --add channels http://conda.anaconda.org/conda-forge
117117
118118 Then install
119119
You can’t perform that action at this time.
0 commit comments