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

Commit

Permalink
chore(ci): speedup appveyor CI build
Browse files Browse the repository at this point in the history
* build x64 only
* build without compression
  • Loading branch information
nikku authored and philippfromme committed Jul 20, 2018
1 parent ce328e4 commit 62a7385
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 @@ -8,6 +8,6 @@ install:
test_script:
- node --version
- npm --version
- npm run all
- npm run all -- --x64 --no-compress

build: off

0 comments on commit 62a7385

Please sign in to comment.