Skip to content

Commit

Permalink
Use EQU instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Feb 27, 2018
1 parent 91a5397 commit 755bcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test_script:
- npm test

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

build: off
version: "{build}"

0 comments on commit 755bcd1

Please sign in to comment.