[CI] Except the release branch
This commit is contained in:
parent
baab3e7ad8
commit
9f1e63a190
|
@ -1,6 +1,10 @@
|
||||||
# travis file
|
# travis file
|
||||||
# https://docs.travis-ci.com/user/customizing-the-build
|
# https://docs.travis-ci.com/user/customizing-the-build
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- release
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
|
|
Loading…
Reference in New Issue