Skip to content

Commit f187fad

Browse files
committed
ci(.travis.yml): drop support for node@6
Removes support for node@6 due to approaching end of maintenance period. This action is forced by a dependency issue.
1 parent 562a03d commit f187fad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ cache:
44
directories:
55
- node_modules
66
node_js:
7-
- 6
87
- 8
98
- 10
109
- node

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"fire": "git checkout -b emergency && git commit -Am 'emergency commit' && git push --set-upstream origin emergency --no-verify",
11-
"gcommit": "git-cz",
11+
"cz": "git-cz",
1212
"prebuild": "rimraf dist",
1313
"build": "npm-run-all --parallel build:*",
1414
"build:node": "babel src --out-dir dist --ignore 'src/*.test.js'",
@@ -159,7 +159,7 @@
159159
},
160160
"config": {
161161
"commitizen": {
162-
"path": "./node_modules/cz-conventional-changelog"
162+
"path": "cz-conventional-changelog"
163163
}
164164
}
165165
}

0 commit comments

Comments
 (0)