Skip to content

Commit

Permalink
fix: Restricted build branches and changed pipeline
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Build system
  • Loading branch information
samwx committed Feb 7, 2019
1 parent 87cb2d9 commit 8b03596
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
branches:
only:
- master

environment:
nodejs_version: "8.11.3"

install:
- npm i -g [email protected]
- npm install

test_script:
before_build:
- node --version
- npm --version

Expand Down

0 comments on commit 8b03596

Please sign in to comment.