8000 BUG FIX · MacPython/scikit-learn-wheels@edcd864 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit edcd864

Browse files
committed
BUG FIX
1 parent 7e6d0ad commit edcd864

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,16 @@ matrix:
112112
- DAILY_BUILD=true
113113

114114
before_install:
115-
- if [ "$TRAVIS_BRANCH" == "master" ]; then
115+
- |
116+
if [ "$TRAVIS_BRANCH" == "master" ]; then
116117
if [ "$DAILY_BUILD" != "true" ]; then
117-
exit 0;
118+
exit 0
118119
fi
119-
CONTAINER="sklearn-nightly";
120-
BUILD_COMMIT=${DAILY_COMMIT:-$BUILD_COMMIT};
120+
CONTAINER="sklearn-nightly"
121+
BUILD_COMMIT=${DAILY_COMMIT:-$BUILD_COMMIT}
121122
else
122-
CONTAINER=wheels;
123-
UPLOAD_ARGS="--no-update-index";
123+
CONTAINER=wheels
124+
UPLOAD_ARGS="--no-update-index"
124125
fi
125126
- BUILD_DEPENDS="$NP_BUILD_DEP $CYTHON_BUILD_DEP $SCIPY_BUILD_DEP"
126127
- TEST_DEPENDS="$NP_TEST_DEP pytest $CYTHON_TEST_DEP $SCIPY_TEST_DEP"

0 commit comments

Comments
 (0)
0