Skip to content

Commit

Permalink
Test skip-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Sep 13, 2018
1 parent 5559e1a commit fd17968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd17968

Please sign in to comment.