From 6d71ae6dfe27ac8e257ad6bfd3fdc6dbd6554549 Mon Sep 17 00:00:00 2001 From: Holger Schinzel Date: Fri, 4 Nov 2016 14:56:32 +0100 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45750d46b09f..7b08ed551be6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ # - sudo/dist/group are set so as to get Blue Box VMs, necessary for [loopback] # IPv6 support -sudo: false +sudo: required dist: trusty os: linux From fcb47034bf5cb1eb4aea3c20f03b76456467cf1b Mon Sep 17 00:00:00 2001 From: Holger Schinzel Date: Fri, 4 Nov 2016 15:30:57 +0100 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b08ed551be6..40124a92941a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,12 +44,10 @@ matrix: addons: apt: packages: + - python3 - nsis - - gcc-mingw-w64-i686 - g++-mingw-w64-i686 - - binutils-mingw-w64-i686 - - mingw-w64-dev - - wine + - wine1.6 - bc - compiler: ": 32-bit + dash" env: HOST=i686-pc-linux-gnu RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++" USE_SHELL="/bin/dash" PYZMQ=true