diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-08-28 13:46:37 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-08-28 14:46:00 -0300 |
commit | a5c7954a088577838d0f6726f804dbd216b156f5 (patch) | |
tree | d608ec4a71c440c6af663d9be66fae65a0c90b44 /appveyor.yml | |
parent | e9215f139be7afa3af116a2039594362e4f1f2be (diff) | |
download | luarocks-a5c7954a088577838d0f6726f804dbd216b156f5.tar.gz luarocks-a5c7954a088577838d0f6726f804dbd216b156f5.tar.bz2 luarocks-a5c7954a088577838d0f6726f804dbd216b156f5.zip |
Release 3.2.0v3.2.0
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2117694c..d70516cc 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,4 +1,4 @@ | |||
1 | version: 3.0.0.{build}-test | 1 | version: 3.2.0.{build}-test |
2 | 2 | ||
3 | shallow_clone: true | 3 | shallow_clone: true |
4 | 4 | ||
@@ -6,7 +6,7 @@ matrix: | |||
6 | fast_finish: true | 6 | fast_finish: true |
7 | 7 | ||
8 | environment: | 8 | environment: |
9 | LUAROCKS_VER: 3.0.0 | 9 | LUAROCKS_VER: 3.2.0 |
10 | 10 | ||
11 | matrix: | 11 | matrix: |
12 | # Lua 5.1 tests | 12 | # Lua 5.1 tests |