diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-19 00:53:07 -0400 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-19 00:53:07 -0400 |
commit | 67767955a9f175a4db5c3c0a08ca52203bb6d9c1 (patch) | |
tree | ab2a2e7ec921d757f1ba1baf6549e2167d82fc66 | |
parent | c5376c9bd5e9a0a87557494c9e737f80357fef82 (diff) | |
download | luarocks-67767955a9f175a4db5c3c0a08ca52203bb6d9c1.tar.gz luarocks-67767955a9f175a4db5c3c0a08ca52203bb6d9c1.tar.bz2 luarocks-67767955a9f175a4db5c3c0a08ca52203bb6d9c1.zip |
Use luarocks-3 branch on Appveyor
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 32dc3e14..a7cf1be6 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -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% --luarocks @luarocks-3 --target=%COMPILER% |
42 | - call env\bin\activate | 42 | - call env\bin\activate |
43 | 43 | ||
44 | build_script: | 44 | build_script: |