aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
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 @@
1version: 2.4.3.{build}-test 1version: 2.4.4.{build}-test
2 2
3shallow_clone: true 3shallow_clone: true
4 4
5environment: 5environment:
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:
38before_build: 38before_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
44build_script: 44build_script: