diff options
author | kennytm <kennytm@gmail.com> | 2017-12-30 00:05:15 +0800 |
---|---|---|
committer | kennytm <kennytm@gmail.com> | 2017-12-30 17:15:40 +0800 |
commit | 8ed16fe47a421781752272f4bd1e11eb5d3c9839 (patch) | |
tree | bbf87b56b6bf49e87f0e92fd8e97347a77097007 /.travis.yml | |
parent | Auto merge of #47026 - EdSchouten:cloudabi-unwind, r=kennytm (diff) | |
download | grust-8ed16fe47a421781752272f4bd1e11eb5d3c9839.tar.gz grust-8ed16fe47a421781752272f4bd1e11eb5d3c9839.tar.bz2 grust-8ed16fe47a421781752272f4bd1e11eb5d3c9839.tar.xz |
Requires tools to test-pass if the corresponding submodule is updated.
If a PR intends to update a tool but its test has failed, abort the merge
regardless of current channel. This should help the tool maintainers if the
update turns out to be failing due to changes in latest master.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6a7725e01c..d955c3ac3c 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -5,7 +5,7 @@ services: | |||
5 | - docker | 5 | - docker |
6 | 6 | ||
7 | git: | 7 | git: |
8 | depth: 1 | 8 | depth: 2 |
9 | submodules: false | 9 | submodules: false |
10 | 10 | ||
11 | matrix: | 11 | matrix: |