Skip to content

Commit

Permalink
only: no slashes [only gcccoverage]
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jul 26, 2019
1 parent 15131e5 commit 86d07d9
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 @@ -56,7 +56,7 @@ anchors:
if: |
commit_message !~ concat(/\[skip ,env(TRAVIS_JOB_NAME),\]/) AND \
(commit_message !~ /\[only .*\]/ OR \
commit_message =~ concat(/\[only ,env(TRAVIS_JOB_NAME),\]/)) AND \
commit_message =~ concat("/", env(TRAVIS_JOB_NAME), "/")) AND \
(env(TRAVIS_JOB_NAME) != lint OR branch = master)
env: &common-job-env
Expand Down

0 comments on commit 86d07d9

Please sign in to comment.