Add travis check for the base branch (only permit develop for code changes)
This commit is contained in:
@ -2,6 +2,7 @@ language: node_js
|
||||
node_js: lts/*
|
||||
|
||||
script:
|
||||
- bash .travis/prevent-base-master.sh
|
||||
- bash .travis/omit-dist.sh
|
||||
- npm run lint
|
||||
- npm run build
|
||||
|
Reference in New Issue
Block a user