We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b828158 commit 889ef80Copy full SHA for 889ef80
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
sudo: false
3
node_js:
4
- - "9"
+ - "11"
5
+ - "10"
6
- "8"
- - "6"
7
install:
8
- npm install
9
- npm install codecov
appveyor.yml
@@ -5,9 +5,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- - nodejs_version: "9"
+ - nodejs_version: "11"
+ - nodejs_version: "10"
10
- nodejs_version: "8"
- - nodejs_version: "6"
11
12
# Install scripts. (runs after repo cloning)
13
0 commit comments