Skip to content

Commit 119d360

Browse files
committed
travis: Document whether functional tests are run in the job name
1 parent 64f2854 commit 119d360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-fuzz --enable-glibc-back-compat --enable-reduce-exports --enable-debug CXXFLAGS=\"-g0 -O2\""
101101
102102
- stage: test
103-
name: 'x86_64 Linux [GOAL: install] [trusty] [no depends, only system libs]'
103+
name: 'x86_64 Linux [GOAL: install] [trusty] [no functional tests, no depends, only system libs]'
104104
env: >-
105105
HOST=x86_64-unknown-linux-gnu
106106
DOCKER_NAME_TAG=ubuntu:14.04
@@ -140,7 +140,7 @@ jobs:
140140
BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
141141
142142
- stage: test
143-
name: 'macOS 10.10 [GOAL: deploy]'
143+
name: 'macOS 10.10 [GOAL: deploy] [no functional tests]'
144144
env: >-
145145
HOST=x86_64-apple-darwin14
146146
PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev python3-setuptools-git"

0 commit comments

Comments
 (0)