diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-13 09:09:08 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-06-19 10:31:49 -0400 |
commit | fa6ddb2fa167df52f59cb9eaabed48315ddcdb2e (patch) | |
tree | 6796c16af08f58d8e539ae4fb513acf4e849f29a /.travis.yml | |
parent | febe5823b4ae0de5cd0e6da3f69555acd0724267 (diff) |
travis: Always run multiprocess build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a6eb2fe623..0367a1ef85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,7 +127,6 @@ jobs: - 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" |