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

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Same as travis. Only do pull build on master (testing it here because generator-typings is not running appveyor)
  • Loading branch information
unional committed Mar 28, 2016
1 parent f82e55a commit 9e53868
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
environment:
nodejs_version: "4.0"
branches:
only:
- master
install:
- ps: Install-Product node $env:nodejs_version
- npm run bootstrap
Expand Down

0 comments on commit 9e53868

Please sign in to comment.