git ssb

0+

cel-desktop / ssb-pkg



Tree: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44

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