提交 f3d102b0 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

test travis ci cron

上级 ddf92bc3
......@@ -39,7 +39,7 @@ stages:
- test
- pack
- name: deploy
if: branch =~ ^(master|v\d+\.\d+)
if: branch =~ ^(master|v\d+\.\d+) AND type != cron
jobs:
include:
......
{
"rulesDirectory": [
"node_modules/tslint-jsdoc-rules/lib"
"node_modules/tslint-jsdoc-rules/lib",
"node_modules/tslint-eslint-rules/dist/rules"
],
"rules": {
"align": [
......@@ -60,7 +61,7 @@
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-unused-variable": [true],
"no-use-before-declare": true,
"no-var-keyword": true,
"no-var-requires": false,
......@@ -76,7 +77,7 @@
"avoid-escape"
],
"radix": false,
"semicolon": false,
"semicolon": [true, "never"],
"switch-default": false,
"trailing-comma": [
true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册