fix the syntax

master
Jorge Aparicio 2016-08-08 01:59:37 -05:00
parent 5c3d684bdb
commit 5af72233a7
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
environment:
global:
matrix:
- TARGET=i686-pc-windows-msvc
- TARGET=x86_64-pc-windows-msvc
matrix:
- TARGET: i686-pc-windows-msvc
- TARGET: x86_64-pc-windows-msvc
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"