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 b1adfee commit aa118f9Copy full SHA for aa118f9
appveyor.yml
@@ -0,0 +1,17 @@
1
+build: off
2
+
3
+branches:
4
+ only:
5
+ - master
6
7
+skip_tags: true
8
9
+install:
10
+ - ps: Install-Product node LTS
11
+ - npm install npm
12
+ - .\node_modules\.bin\npm install
13
14
+test_script:
15
+ - node --version
16
+ - .\node_modules\.bin\npm --version
17
+ - .\node_modules\.bin\npm test
0 commit comments