diff options
author | George Roman <george.roman.99@gmail.com> | 2018-06-07 18:15:09 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-07 19:32:57 -0300 |
commit | 9b90461ff60a1fdbfe1f33cd9f425177893490e6 (patch) | |
tree | b02aaccf23607c20f9fc6aba30fe127b755c6bbd /appveyor.yml | |
parent | 35d139407db87349e8ccc11e0e1696b610d9582e (diff) | |
download | luarocks-9b90461ff60a1fdbfe1f33cd9f425177893490e6.tar.gz luarocks-9b90461ff60a1fdbfe1f33cd9f425177893490e6.tar.bz2 luarocks-9b90461ff60a1fdbfe1f33cd9f425177893490e6.zip |
Drop luajit 2.0 from Travis and Appveyor test matrix
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0314d4c3..a4a47f54 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -24,12 +24,6 @@ environment: | |||
24 | - LUA: "lua 5.3" | 24 | - LUA: "lua 5.3" |
25 | COMPILER: "mingw" | 25 | COMPILER: "mingw" |
26 | FILES: "spec//build_spec.lua" | 26 | FILES: "spec//build_spec.lua" |
27 | - LUA: "luajit 2.0" | ||
28 | COMPILER: "vs" | ||
29 | FILES: "" | ||
30 | - LUA: "luajit 2.0" | ||
31 | COMPILER: "mingw" | ||
32 | FILES: "spec//build_spec.lua" | ||
33 | - LUA: "luajit 2.1" | 27 | - LUA: "luajit 2.1" |
34 | COMPILER: "vs" | 28 | COMPILER: "vs" |
35 | FILES: "" | 29 | FILES: "" |