Skip to content

Commit

Permalink
change cmd to cmd.exe in appveyor (dmlc#3071)
Browse files Browse the repository at this point in the history
  • Loading branch information
khotilov authored Jan 26, 2018
1 parent 5ef6846 commit c88bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install:
Import-Module "$Env:TEMP\appveyor-tool.ps1"
Bootstrap
$DEPS = "c('data.table','magrittr','stringi','ggplot2','DiagrammeR','Ckmeans.1d.dp','vcd','testthat','igraph','knitr','rmarkdown')"
cmd /c "R.exe -q -e ""install.packages($DEPS, repos='$CRAN', type='win.binary')"" 2>&1"
cmd.exe /c "R.exe -q -e ""install.packages($DEPS, repos='$CRAN', type='win.binary')"" 2>&1"
}
build_script:
Expand Down

0 comments on commit c88bae1

Please sign in to comment.