Skip to content

Commit

Permalink
ci: Add Windows test, part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Nov 2, 2018
1 parent eaadb3d commit 2145bf0
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 @@ -5,7 +5,7 @@ environment:
# Install scripts. (runs after repo cloning)
install:
# Download 7z Binary to _mock for testing $path special option
- curl https://www.7-zip.org/a/7z1805-x64.exe "./test/_mock/Seven Zip"
- curl -fsS https://www.7-zip.org/a/7z1805-x64.exe -o "./test/_mock/Seven Zip"
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
Expand Down

0 comments on commit 2145bf0

Please sign in to comment.