Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit cb18438

Browse files
authored
Try adding some ;
1 parent 1e2364b commit cb18438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ after_success:
105105
# https://travis-ci.org/github/MacPython/numpy-wheels/settings
106106
# originally generated at
107107
# anaconda.org/scipy-wheels-nightly/settings/access
108-
- if [ "$TRAVIS_BRANCH" == "master" ]; then
108+
- if [ "$TRAVIS_BRANCH" == "master" ] ; then
109109
ANACONDA_ORG="scipy-wheels-nightly";
110110
TOKEN=${NUMPY_NIGHTLY_UPLOAD_TOKEN};
111-
source extra_functions.sh
112-
for f in wheelhouse/*.whl; do rename_wheel $f; done
111+
source extra_functions.sh;
112+
for f in wheelhouse/*.whl; do rename_wheel $f; done;
113113
else
114114
ANACONDA_ORG="multibuild-wheels-staging";
115115
TOKEN=${NUMPY_STAGING_UPLOAD_TOKEN};
116116
fi
117117
- pip install git+https://github.com/Anaconda-Server/anaconda-client;
118-
- if [ -n "${TOKEN}" ] ;then
118+
- if [ -n "${TOKEN}" ] ; then
119119
anaconda -t ${TOKEN} upload -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
120120
fi

0 commit comments

Comments
 (0)