From e2bab2aa162ae38b2bf8195b577c982402fbee9d Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Tue, 9 Jul 2019 14:27:39 -0400 Subject: multiprocess: add multiprocess travis configuration --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fd280a91ab..498d7923f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,6 +127,12 @@ jobs: env: >- FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh" + - stage: test + name: 'x86_64 Linux [GOAL: install] [bionic] [multiprocess]' + if: type != pull_request OR commit_message =~ /depends:|multiprocess:/ # Skip on non-depends, non-multiprocess PRs + env: >- + FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh" + - stage: test name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]' env: >- -- cgit v1.2.3