Skip to content

Commit b319f08

Browse files
committed
Merge pull request #6617
bfadae3 travis: for travis generating an extra build (Cory Fields)
2 parents 10c0e52 + bfadae3 commit b319f08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
os: linux
88
language: cpp
9+
compiler: gcc
910
env:
1011
global:
1112
- MAKEJOBS=-j3
@@ -41,6 +42,8 @@ matrix:
4142
env: HOST=x86_64-unknown-linux-gnu DEP_OPTS="NO_WALLET=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
4243
- compiler: ": Cross-Mac"
4344
env: HOST=x86_64-apple-darwin11 PACKAGES="cmake libcap-dev libz-dev libbz2-dev" BITCOIN_CONFIG="--enable-reduce-exports" OSX_SDK=10.9 GOAL="deploy"
45+
exclude:
46+
- compiler: gcc
4447
install:
4548
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get update; fi
4649
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES; fi

0 commit comments

Comments
 (0)