Skip to content

Commit

Permalink
use if field to simplify Travis CI branch exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Dec 10, 2018
1 parent b98265b commit 65cc60c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,6 +1,5 @@
if: branch !~ ^v\d
dist: xenial
branches:
except: /^v\d/
language: node_js
node_js: node
cache: npm
Expand Down

0 comments on commit 65cc60c

Please sign in to comment.