Skip to content

Commit fa88077

Browse files
author
MarcoFalke
committed
ci: Have one config run in xenial to test against python3.5
Also, bump the travis env to bionic. This shouldn't matter at all because all ci configs run inside a docker, but it does seem to fix a bug. See bitcoin/bitcoin#19267 (comment)
1 parent fa6ddb2 commit fa88077

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
version: ~> 1.0
2929

30-
dist: xenial
30+
dist: bionic
3131
os: linux
3232
language: minimal
3333
arch: amd64
@@ -131,7 +131,7 @@ jobs:
131131
FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh"
132132
133133
- stage: test
134-
name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]'
134+
name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]'
135135
env: >-
136136
FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh"
137137

ci/test/00_setup_env_native_nowallet.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME=ci_native_nowallet
10+
export DOCKER_NAME_TAG=ubuntu:16.04 # Use xenial to have one config run the tests in python3.5, see doc/dependencies.md
1011
export PACKAGES="python3-zmq"
1112
export DEP_OPTS="NO_WALLET=1"
1213
export GOAL="install"

0 commit comments

Comments
 (0)