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 | |
| 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
| -rw-r--r-- | .travis.yml | 7 | ||||
| -rw-r--r-- | appveyor.yml | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml index 4a94052c..d58ce43f 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -27,9 +27,6 @@ matrix: | |||
| 27 | - LUA="lua=5.3" | 27 | - LUA="lua=5.3" |
| 28 | - os: linux | 28 | - os: linux |
| 29 | env: | 29 | env: |
| 30 | - LUA="luajit=2.0" | ||
| 31 | - os: linux | ||
| 32 | env: | ||
| 33 | - LUA="luajit=2.1" | 30 | - LUA="luajit=2.1" |
| 34 | - os: osx | 31 | - os: osx |
| 35 | language: generic | 32 | language: generic |
| @@ -46,10 +43,6 @@ matrix: | |||
| 46 | - os: osx | 43 | - os: osx |
| 47 | language: generic | 44 | language: generic |
| 48 | env: | 45 | env: |
| 49 | - LUA="luajit=2.0" | ||
| 50 | - os: osx | ||
| 51 | language: generic | ||
| 52 | env: | ||
| 53 | - LUA="luajit=2.1" | 46 | - LUA="luajit=2.1" |
| 54 | 47 | ||
| 55 | 48 | ||
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: "" |
