Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 34d4ac7

Browse files
committed
chore: now
1 parent a25a330 commit 34d4ac7

File tree

4 files changed

+595
-1149
lines changed

4 files changed

+595
-1149
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "7.7.1"
4+
- "8"
55
notifications:
66
disabled: true
7+
after_success:
8+
- npm run now -- --token=$NOW_TOKEN

now.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "commitlint-bot",
3+
"alias": ["commitlint"],
4+
"type": "npm",
5+
"env": {
6+
"NODE_ENV": "production"
7+
},
8+
"engines": {
9+
"node": ">=8.8.0"
10+
}
11+
}

0 commit comments

Comments
 (0)