diff options
| author | Peter Melnichenko <mpeterval@gmail.com> | 2016-01-25 11:11:57 +0300 |
|---|---|---|
| committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-01-25 11:11:57 +0300 |
| commit | 102a2bec7c3f54a4c323ccf3125ae85e96a54df3 (patch) | |
| tree | 0e13faca91895e0f7d0d8135674ecb1ed700d978 /test/testing.bat | |
| parent | d725a42e2efd2df34dc21cc1a8bb087241064268 (diff) | |
| parent | 6f52c02e33e37078d595eb03b29332e6aaf0dce9 (diff) | |
| download | luarocks-102a2bec7c3f54a4c323ccf3125ae85e96a54df3.tar.gz luarocks-102a2bec7c3f54a4c323ccf3125ae85e96a54df3.tar.bz2 luarocks-102a2bec7c3f54a4c323ccf3125ae85e96a54df3.zip | |
Merge pull request #488 from jcgoble3/jcgoble3/url-update
Update repo URLs to luarocks.org instead of rocks.moonscript.org
Diffstat (limited to 'test/testing.bat')
| -rw-r--r-- | test/testing.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testing.bat b/test/testing.bat index 319e12c3..7083678b 100644 --- a/test/testing.bat +++ b/test/testing.bat | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | Setlocal EnableDelayedExpansion EnableExtensions | 2 | Setlocal EnableDelayedExpansion EnableExtensions |
| 3 | 3 | ||
| 4 | if not defined LUAROCKS_REPO set LUAROCKS_REPO=http://rocks.moonscript.org | 4 | if not defined LUAROCKS_REPO set LUAROCKS_REPO=https://luarocks.org |
| 5 | 5 | ||
| 6 | appveyor DownloadFile %LUAROCKS_REPO%/stdlib-41.0.0-1.src.rock | 6 | appveyor DownloadFile %LUAROCKS_REPO%/stdlib-41.0.0-1.src.rock |
| 7 | luarocks build stdlib | 7 | luarocks build stdlib |
