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 14, 2018
1 parent e0f919a commit 87a8a59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
if: branch !~ ^v\d
dist: xenial
branches:
except: /^v\d/
language: node_js
node_js: node
after_script: node_modules/.bin/nyc report --reporter=text-lcov | npx coveralls

0 comments on commit 87a8a59

Please sign in to comment.