From 857c91ac82a72f555a2f919bed79639e94ca5f98 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 17 Jan 2016 20:00:32 +0200 Subject: [PATCH] Fix travis config --- .travis.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7456676..b0a02306 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,15 +4,13 @@ node_js: branches: except: - releases +matrix: + include: + - env: JOB=e2e + fast_finish: true + allow_failures: + - env: JOB=e2e env: - matrix: - 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