diff options
| author | Ben Woosley <[email protected]> | 2019-01-31 22:13:45 -0800 |
|---|---|---|
| committer | Ben Woosley <[email protected]> | 2019-01-31 22:13:45 -0800 |
| commit | 119d360aabfac893cb95def9d20aae7493c933ab (patch) | |
| tree | 60add181109b59c94469b7a050ec16d55c8cb3ef | |
| parent | Revert "travis: Compile trusty with depends for now" (diff) | |
| download | discoin-119d360aabfac893cb95def9d20aae7493c933ab.tar.xz discoin-119d360aabfac893cb95def9d20aae7493c933ab.zip | |
travis: Document whether functional tests are run in the job name
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 59b900002..99b20dd0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,7 +100,7 @@ jobs: BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-fuzz --enable-glibc-back-compat --enable-reduce-exports --enable-debug CXXFLAGS=\"-g0 -O2\"" - stage: test - name: 'x86_64 Linux [GOAL: install] [trusty] [no depends, only system libs]' + name: 'x86_64 Linux [GOAL: install] [trusty] [no functional tests, no depends, only system libs]' env: >- HOST=x86_64-unknown-linux-gnu DOCKER_NAME_TAG=ubuntu:14.04 @@ -140,7 +140,7 @@ jobs: BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports" - stage: test - name: 'macOS 10.10 [GOAL: deploy]' + name: 'macOS 10.10 [GOAL: deploy] [no functional tests]' env: >- HOST=x86_64-apple-darwin14 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev python3-setuptools-git" |