Fix typo in Travis file
I hate learning new languages...
This commit is contained in:
parent
a3bd721df2
commit
53f7c02f5f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ env:
|
||||||
before_install:
|
before_install:
|
||||||
# Setup MSYS2
|
# Setup MSYS2
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_OS_NAME" == "windows" ]
|
if [ "$TRAVIS_OS_NAME" == "windows" ]; then
|
||||||
[[ ! -f C:/tools/msys64/msys2_shell.cmd ]] && rm -rf C:/tools/msys64
|
[[ ! -f C:/tools/msys64/msys2_shell.cmd ]] && rm -rf C:/tools/msys64
|
||||||
choco uninstall -y mingw
|
choco uninstall -y mingw
|
||||||
choco upgrade --no-progress -y msys2
|
choco upgrade --no-progress -y msys2
|
||||||
|
|
Loading…
Add table
Reference in a new issue