mirror of
https://github.com/NicolasConstant/sengi
synced 2024-12-12 16:57:14 +01:00
22 lines
449 B
YAML
22 lines
449 B
YAML
os: unstable
|
|
cache:
|
|
- node_modules
|
|
environment:
|
|
GH_TOKEN:
|
|
secure: wRRBU0GXTmTBgZBs2PGSaEJWOflynAyvp3Nc/7e9xmciPfkUCQAXcpOn0jIYmzpb
|
|
matrix:
|
|
- nodejs_version: 6
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- set CI=true
|
|
- npm install -g npm@latest
|
|
- set PATH=%APPDATA%\npm;%PATH%
|
|
- npm install
|
|
matrix:
|
|
fast_finish: true
|
|
build: off
|
|
version: '{build}'
|
|
shallow_clone: true
|
|
clone_depth: 1
|
|
test_script:
|
|
- npm run dist |