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

Commit bb7d163

Browse files
committed
Merge branch 'daily'
* daily: Fix typo on daily commit specifier Revert fix for auditwheel Try downgrading auditwheel Trigger rebuild to diagnose wheel build failures
2 parents e097107 + 7818af5 commit bb7d163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ matrix:
8585
- MB_PYTHON_VERSION=3.6
8686

8787
before_install:
88-
- if ["$TRAVIS_BRANCH" == "daily" ]; then
88+
- if [ "$TRAVIS_BRANCH" == "daily" ]; then
8989
CONTAINER="pre-release";
9090
BUILD_COMMIT=${DAILY_COMMIT:-$BUILD_COMMIT};
9191
NPY_RELAXED_STRIDES_DEBUG=1;

0 commit comments

Comments
 (0)