Skip to content

Commit

Permalink
fix appveyor win32 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Jul 11, 2018
1 parent 96f7b98 commit 78fc04b
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 @@ -20,7 +20,7 @@ test_script:
- npm --version
# https://bugs.chromium.org/p/chromium/issues/detail?id=158372#c6
- wmic datafile where name="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" get Version /value
- npm run test:win32
- npm run test:unit

# Don't actually build.
build: off
Expand Down

0 comments on commit 78fc04b

Please sign in to comment.