Skip to content

Commit 52989f9

Browse files
author
Jorge Aparicio
committed
they lied to me, the ^ didn't work!
1 parent 132cf04 commit 52989f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ test_script:
2222
on_success:
2323
- cmd: |
2424
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
25-
dumpbin /disasm target/release/librustc_builtins.rlib | ^
26-
gist -d "'%TARGET%/rustc-builtins.rlib' from commit '%APPVEYOR_REPO_COMMIT%' on branch '%APPVEYOR_REPO_branch%'"
25+
dumpbin /disasm target/release/librustc_builtins.rlib | gist -d "'%TARGET%/rustc-builtins.rlib' from commit '%APPVEYOR_REPO_COMMIT%' on branch '%APPVEYOR_REPO_branch%'"
2726
2827
branches:
2928
only:

0 commit comments

Comments
 (0)