Browse Source

Trigger a test build in appveyor.

xpol 10 years ago
parent
commit
130c041359
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -11,7 +11,7 @@ init:
 - call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform%
 
 install:
-# Move all woking dir items except appveyor.yml to love subdir.
+# Move all woking directory items except `appveyor.yml` to `love` subdirectory.
 - md love
 - for /D %%i in (*) do @move %%i love\%%i
 - for %%i in (*) do @if "%%i" NEQ "appveyor.yml" echo move %%i love\%%i