Skip to content

Commit

Permalink
Only run on master.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Feb 27, 2018
1 parent e7dc303 commit 91a5397
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
Expand Up @@ -9,6 +9,10 @@ environment:
- nodejs_version: "6"
- nodejs_version: "Stable"

platform:
- x86
- x64

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
Expand All @@ -28,7 +32,7 @@ test_script:
- npm test

on_success:
- npm run prebuild -- -u %GITHUB_TOKEN%
- IF "%APPVEYOR_PULL_REQUEST_NUMBER%"="" npm run prebuild -- -u %GITHUB_TOKEN%

build: off
version: "{build}"

0 comments on commit 91a5397

Please sign in to comment.