diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5b777596..91db8b4b 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,9 +1,9 @@ | |||
1 | version: 2.4.3.{build}-test | 1 | version: 2.4.4.{build}-test |
2 | 2 | ||
3 | shallow_clone: true | 3 | shallow_clone: true |
4 | 4 | ||
5 | environment: | 5 | environment: |
6 | LUAROCKS_VER: 2.4.3 | 6 | LUAROCKS_VER: 2.4.4 |
7 | 7 | ||
8 | matrix: | 8 | matrix: |
9 | - LUA: "lua 5.1" | 9 | - LUA: "lua 5.1" |
@@ -38,7 +38,7 @@ init: | |||
38 | before_build: | 38 | before_build: |
39 | - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH | 39 | - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH |
40 | - pip install hererocks | 40 | - pip install hererocks |
41 | - hererocks env --%LUA% -rlatest --target=%COMPILER% | 41 | - hererocks env --%LUA% -r@2.4.4 --target=%COMPILER% |
42 | - call env\bin\activate | 42 | - call env\bin\activate |
43 | 43 | ||
44 | build_script: | 44 | build_script: |