We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2753d5 commit 7b53118Copy full SHA for 7b53118
.travis.yml
@@ -4,9 +4,10 @@ node_js:
4
- "6"
5
- "8"
6
- "10"
7
+ - "12"
8
matrix:
9
include:
- - node_js: "10"
10
+ - node_js: "12"
11
env: TEST_SUITE=lint
12
env:
13
- TEST_SUITE=unit
appveyor.yml
@@ -5,6 +5,7 @@ environment:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
+ - nodejs_version: "12"
# Install scripts. (runs after repo cloning)
0 commit comments