Files: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f / appveyor.yml
191 bytesRaw
1 | environment: |
2 | nodejs_version: "10" |
3 | |
4 | install: |
5 | - ps: Install-Product node $env:nodejs_version x64 |
6 | - npm install |
7 | |
8 | test_script: |
9 | - node --version |
10 | - npm --version |
11 | - npm test |
12 | |
13 | build: off |
14 |
Built with git-ssb-web