From 891c2f8957898d2cffd4d118a1a499e41f9c3d66 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Fri, 22 Feb 2019 23:30:09 +0800 Subject: [PATCH] Enable Travis CI Fast Finishing Ref: https://docs.travis-ci.com/user/customizing-the-build/#fast-finishing --- .travis.yml | 1 + travis.yml.template | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ad8c279d..b816b31e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,7 @@ stages: if: branch = master AND type IN (push) jobs: + fast_finish: true allow_failures: - env: - TEST=mardown_lint diff --git a/travis.yml.template b/travis.yml.template index 5d4bd2f5..cf7b4141 100644 --- a/travis.yml.template +++ b/travis.yml.template @@ -37,6 +37,7 @@ stages: if: branch = master AND type IN (push) jobs: + fast_finish: true allow_failures: - env: - TEST=mardown_lint