diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-12-09 16:13:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-09 16:13:37 +0100 |
| commit | 5b01f7a0d6be3ed7485dc6421d0cffa456b63ade (patch) | |
| tree | ec46e6162cbebfca4755c5430c29b589ca69ab5e | |
| parent | 06ded0ea50dc943d48a9f7f10cfa1a885a77fb7b (diff) | |
| parent | 72d2de680760a7bc1b57f2376eb9af79b5def58b (diff) | |
| download | rust-5b01f7a0d6be3ed7485dc6421d0cffa456b63ade.tar.gz rust-5b01f7a0d6be3ed7485dc6421d0cffa456b63ade.zip | |
Merge pull request #3517 from phansch/add_fast_finish
Add `fast_finish` to travis matrix
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e3819448877..5014a66a79c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ install: # if: fork = false # but this is currently buggy travis-ci/travis-ci#9118 matrix: + fast_finish: true include: - os: osx # run base tests on both platforms env: BASE_TESTS=true |
