Files: e9d9dec1d00ff365112ca0f981bbda15e3682528 / 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