From fd17968051831dba10603a218b345e7254be271a Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Thu, 13 Sep 2018 14:11:23 -0300 Subject: [PATCH] Test skip-e2e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d0e221e3..d0b39a25f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ jobs: script: - make cover - stage: e2e - if: env(COMPONENT) != "docs" + if: (branch = master AND env(COMPONENT) != "docs") OR (type = pull_request AND commit_message !~ /(skip-e2e)/) before_script: - test/e2e/up.sh script: