Skip to content

Commit 8e687f3

Browse files
DaRamirezSotoalOneh
DaRamirezSoto
authored andcommitted
Enabled cache, remove testing for node versions >6 and remove linting
1 parent cef879d commit 8e687f3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
# Should we cache local modules ?
2-
# cache:
3-
# - node_modules
1+
cache:
2+
- node_modules
43

54
environment:
65
matrix:
76
- nodejs_version: "6"
8-
- nodejs_version: "7"
9-
- nodejs_version: "8"
107

118
platform:
129
- x86
@@ -19,7 +16,6 @@ install:
1916
test_script:
2017
- node --version
2118
- npm --version
22-
- IF %nodejs_version% EQU 7 npm run travis:lint
2319
- npm run test
2420

2521
build: off

0 commit comments

Comments
 (0)