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

Commit 8e3cb1e

Browse files
committed
Update multibuild and use xenial test images on 32-bit
1 parent 130bc10 commit 8e3cb1e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- MB_ML_VER=2010
3939
- PLAT=i686
4040
- ENV_VARS_PATH=env_vars_32.sh
41+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
4142
- os: linux
4243
env:
4344
- MB_PYTHON_VERSION=3.7
@@ -48,6 +49,7 @@ jobs:
4849
- MB_ML_VER=2010
4950
- PLAT=i686
5051
- ENV_VARS_PATH=env_vars_32.sh
52+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
5153
- os: linux
5254
env:
5355
- MB_PYTHON_VERSION=3.8
@@ -58,6 +60,7 @@ jobs:
5860
- MB_ML_VER=2010
5961
- PLAT=i686
6062
- ENV_VARS_PATH=env_vars_32.sh
63+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
6164
- os: osx
6265
language: generic
6366
osx_image: xcode10.1

0 commit comments

Comments
 (0)