Skip to content

Commit 4d93927

Browse files
committed
Update .travis.yml
1 parent e160902 commit 4d93927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ before_install:
6767
- if [ -d "${HOME}/buildx-cache/.buildx-cache-${POLICY}_${PLATFORM}" ]; then cp -rlf ${HOME}/buildx-cache/.buildx-cache-${POLICY}_${PLATFORM} ./; fi
6868

6969
install:
70-
- docker version || true
71-
- docker buildx version || true
70+
- docker version
71+
- docker buildx version
7272
- docker buildx create --name builder-manylinux --driver docker-container --use
7373
- docker buildx inspect --bootstrap --builder builder-manylinux 2>&1 | tee /dev/null
7474

0 commit comments

Comments
 (0)