Skip to content

Commit 17a5fc1

Browse files
committed
Redirect stderr to stdout so that powershell stops being annoying.
1 parent e012ecc commit 17a5fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ test_script:
4141
- cmd: conda build conda
4242
- ps: |
4343
if($env:appveyor_repo_tag -eq 'False') {
44-
cmd.exe /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\pygpu*"
45-
cmd.exe /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\libgpuarray*"
44+
cmd /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\pygpu* 2>&1"
45+
cmd /c "anaconda upload --user=abergeron $CONDA_LOC\conda-bld\win-64\libgpuarray* 2>&1"
4646
}

0 commit comments

Comments
 (0)