Skip to content

Commit 719d4ff

Browse files
committed
Updated files using git_helper
1 parent 25dae1f commit 719d4ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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"
@@ -68,4 +68,4 @@ jobs:
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;

doc-source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)