From a9aa44c934ea4370864f50ee79666eacb8134f3f Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 17 Jan 2016 19:34:41 +0200 Subject: [PATCH] Allow sauce to fail --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6edda9f..d7456676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,13 @@ branches: - releases env: matrix: - - JOB: unit - - JOB: e2e + include: + - JOB: unit + - JOB: e2e + fast_finish: true + allow_failures: + - JOB: e2e + global: - GH_REF: github.com/Rebilly/ReDoc.git - GIT_AUTHOR_EMAIL: redoc-bot@users.noreply.github.com