Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit a784082

Browse files
committed
simplify build
1 parent c7770dd commit a784082

File tree

6 files changed

+6237
-13
lines changed

6 files changed

+6237
-13
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
3-
- 7
4-
- 6
5-
- 4
3+
- stable
64

75
script:
86
- npm test

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Test against the latest version of this Node.js version
22
environment:
33
matrix:
4-
- nodejs_version: "4"
5-
- nodejs_version: "6"
6-
- nodejs_version: "7"
4+
- nodejs_version: "stable"
75

86
# Install scripts. (runs after repo cloning)
97
install:

0 commit comments

Comments
 (0)