diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-18 11:40:04 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-11 14:42:23 -0300 |
commit | 29288eda176688a0e7604c687a568960cb25631e (patch) | |
tree | 7b38e27fc3aba0063532f9c54f59edf201e5c103 /appveyor.yml | |
parent | cc7c1fd51c6a78c528989a62905e6b461ad8f5ed (diff) | |
download | luarocks-3.0.1-rc1.tar.gz luarocks-3.0.1-rc1.tar.bz2 luarocks-3.0.1-rc1.zip |
Release 3.0.1v3.0.1-rc1
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 479c4960..970b247b 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,4 +1,4 @@ | |||
1 | version: 3.0.0.{build}-test | 1 | version: 3.0.1.{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.0.1 |
10 | 10 | ||
11 | matrix: | 11 | matrix: |
12 | # Lua 5.1 tests | 12 | # Lua 5.1 tests |