We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10c0e52 + bfadae3 commit b319f08Copy full SHA for b319f08
.travis.yml
@@ -6,6 +6,7 @@
6
7
os: linux
8
language: cpp
9
+compiler: gcc
10
env:
11
global:
12
- MAKEJOBS=-j3
@@ -41,6 +42,8 @@ matrix:
41
42
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"
43
- compiler: ": Cross-Mac"
44
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
47
install:
48
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get update; fi
49
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES; fi
0 commit comments