GITLAB

Aaron.Liu / sf-erp-server

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • sf-erp-server
  • appveyor.yml
  • f552c61e   初始化 Browse Code »
    Aaron.Liu
    2018-04-19 18:43:49 +0800  
appveyor.yml 241 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
environment:
  matrix:
    - nodejs_version: '8'

install:
  - ps: Install-Product node $env:nodejs_version
  - npm i npminstall && node_modules\.bin\npminstall

test_script:
  - node --version
  - npm --version
  - npm run test

build: off