Skip to content

Commit

Permalink
try xenial instead of trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoDragonLady committed Sep 9, 2018
1 parent 787616d commit 5d1d150
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: xenial
os: linux
language: generic
cache:
Expand Down Expand Up @@ -30,25 +30,25 @@ env:
- REMOTEHOST=88.198.86.0
- PORT=8080
matrix:
- HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf libzmq3-dev libzmq3-dbg libzmq3" DEP_OPTS="NO_QT=1"
- HOST=arm-linux-gnueabihf PACKAGES="g++-arm-linux-gnueabihf libzmq5-dev libzmq5-dbg libzmq5" DEP_OPTS="NO_QT=1"
CHECK_DOC=1 GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
- HOST=i686-w64-mingw32 DPKG_ADD_ARCH="i386" DEP_OPTS="NO_QT=0" PACKAGES="python3
python3-dev python3-pip nsis g++-mingw-w64-i686 wine1.6 bc nsis wine1.6 bc build-essential
libtool autotools-dev automake cmake pkg-config bsdmainutils imagemagick qtbase5-dev
curl g++-mingw-w64-x86-64 mingw-w64-x86-64-dev g++-mingw-w64-i686 mingw-w64-i686-dev
libzmq3-dev libzmq3-dbg libzmq3" RUN_TESTS=false GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports --enable-gui"
- HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc python3-pip python3-dev python3-zmq libzmq4-dev
libzmq3-dbg libzmq3" DEP_OPTS="NO_QT=1" RUN_TESTS=false GOAL="install" BITCOIN_CONFIG="--enable-zmq
libzmq5-dev libzmq5-dbg libzmq5" RUN_TESTS=false GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports --enable-gui"
- HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc python3-pip python3-dev python3-zmq libzmq5-dev
libzmq5-dbg libzmq5" DEP_OPTS="NO_QT=1" RUN_TESTS=false GOAL="install" BITCOIN_CONFIG="--enable-zmq
--enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
USE_SHELL="/bin/dash" PYZQM=true
- HOST=x86_64-w64-mingw32 DPKG_ADD_ARCH="i386" DEP_OPTS="NO_QT=1" PACKAGES="python3
python3-dev python3-pip nsis g++-mingw-w64-x86-64 wine1.6 bc libzmq-dev" RUN_TESTS=false
GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports"
- HOST=x86_64-unknown-linux-gnu PACKAGES="bc python3-zmq python3-dev python3-pip libzmq3-dev
libzmq3-dbg libzmq3" DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1" RUN_TESTS=false GOAL="install"
- HOST=x86_64-unknown-linux-gnu PACKAGES="bc python3-zmq python3-dev python3-pip libzmq5-dev
libzmq5-dbg libzmq5" DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1" RUN_TESTS=false GOAL="install"
BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports CPPFLAGS=-DDEBUG_LOCKORDER"
PYZMQ=true
- HOST=x86_64-apple-darwin11 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libzmq3-dev libzmq-dbg libzmq
- HOST=x86_64-apple-darwin11 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libzmq5-dev libzmq-dbg libzmq
libz-dev libbz2-dev libtiff-tools python3-dev python3-zmq" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports
--enable-werror --enable-sse2" OSX_SDK=10.11 GOAL="deploy"
before_install:
Expand Down

0 comments on commit 5d1d150

Please sign in to comment.