git ssb

0+

cel-desktop / ssb-pkg



Tree: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f

Files: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f / appveyor.yml

191 bytesRaw
1environment:
2 nodejs_version: "10"
3
4install:
5 - ps: Install-Product node $env:nodejs_version x64
6 - npm install
7
8test_script:
9 - node --version
10 - npm --version
11 - npm test
12
13build: off
14

Built with git-ssb-web