Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Cleanup appveyor script (#117).
Browse files Browse the repository at this point in the history
  • Loading branch information
pq committed May 25, 2016
1 parent bd15f30 commit 0eb97e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# BSD-style license that can be found in the LICENSE file.

install:
# TODO: Switch back to chocolatey once 1.12.0 is available.
# - choco install -y dart-sdk -version 1.11.1
- ps: wget https://gsdview.appspot.com/dart-archive/channels/dev/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
- cmd: echo "Unzipping dart-sdk..."
- cmd: 7z x dart-sdk.zip -o"C:\tools" -y > nul
Expand Down

0 comments on commit 0eb97e2

Please sign in to comment.