Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
link appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
yjlintw committed Apr 25, 2017
1 parent 593c82d commit 9eef6c4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
os: unstable
cache:
- node_modules
environment:
GH_TOKEN:
secure: bCI8uVmEsVsAYCeEldSRs/kJgIA1UVty8Z2urjxPPP5YW6HI7SpeKl4aaIMY9HlR
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

0 comments on commit 9eef6c4

Please sign in to comment.