Update gitlab-ci

This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-10-29 01:47:05 +07:00 committed by GitHub
parent 8cd66f14d5
commit 40d794ddfd
1 changed files with 2 additions and 2 deletions

View File

@ -380,8 +380,8 @@ test-windows:
before_script:
- git submodule update --init --recursive
script:
- export RUST_BACKTRACE=1
- ./test.sh --verbose
- set RUST_BACKTRACE=1
- PowerShell ./test.sh --verbose
tags:
- rust-windows
dependencies: