Use latest DUB for testing on Windows.

This commit is contained in:
Sönke Ludwig 2017-03-09 11:50:59 +01:00
parent 09e10cff7f
commit f4a6b2595d

View file

@ -85,7 +85,7 @@ install:
}
}
- ps: SetUpDCompiler
- powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.2.0-windows-x86.zip -OutFile dub.zip
- powershell -Command Invoke-WebRequest https://code.dlang.org/files/dub-1.2.1-windows-x86.zip -OutFile dub.zip
- 7z x dub.zip -odub > nul
- set PATH=%CD%\%binpath%;%CD%\dub;%PATH%
- dub --version