diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-02-17 01:14:56 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-02-17 12:47:25 -0300 |
commit | 9e22f32dd442d7c95766aca54ceea9833efa4f9d (patch) | |
tree | be08ed8f41797e4c6038d51336bdc033301d4ad1 /spec/README.md | |
parent | 6c524b4a1b9fec2fe4abf03fa83b8d6624c23e26 (diff) | |
download | luarocks-9e22f32dd442d7c95766aca54ceea9833efa4f9d.tar.gz luarocks-9e22f32dd442d7c95766aca54ceea9833efa4f9d.tar.bz2 luarocks-9e22f32dd442d7c95766aca54ceea9833efa4f9d.zip |
tests: remove Travis CI, add Github Actions
Diffstat (limited to 'spec/README.md')
-rw-r--r-- | spec/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/README.md b/spec/README.md index 46372b19..b55550e6 100644 --- a/spec/README.md +++ b/spec/README.md | |||
@@ -3,14 +3,14 @@ | |||
3 | 3 | ||
4 | ## Overview | 4 | ## Overview |
5 | 5 | ||
6 | Test suite for LuaRocks project with Busted unit testing framework(http://olivinelabs.com/busted/). | 6 | Test suite for LuaRocks project with Busted unit testing framework(http://olivinelabs.com/busted/). |
7 | 7 | ||
8 | * Contains unit & integration tests | 8 | * Contains unit & integration tests |
9 | * Easy setup for your purpose on command line or from configuration file | 9 | * Easy setup for your purpose on command line or from configuration file |
10 | 10 | ||
11 | ## Dependencies | 11 | ## Dependencies |
12 | 12 | ||
13 | * Lua >= 5.1 | 13 | * Lua >= 5.1 |
14 | * Busted with dependencies | 14 | * Busted with dependencies |
15 | 15 | ||
16 | ## Usage | 16 | ## Usage |
@@ -26,8 +26,8 @@ LuaRocks folder or specify with *-C* flag. | |||
26 | env=<type>, (default:"minimal") type what kind of environment to use ["minimal", "full"] | 26 | env=<type>, (default:"minimal") type what kind of environment to use ["minimal", "full"] |
27 | noreset, Don't reset environment after each test | 27 | noreset, Don't reset environment after each test |
28 | clean, remove existing testing environment | 28 | clean, remove existing testing environment |
29 | appveyor, add just if running on TravisCI | 29 | appveyor, add just if running on Appveyor |
30 | travis, add just if running on TravisCI | 30 | ci, add just if running on Unix CI |
31 | os=<version>, type your OS ["linux", "os x", "windows"] | 31 | os=<version>, type your OS ["linux", "os x", "windows"] |
32 | ``` | 32 | ``` |
33 | --------------------------------------------------------------------------------------------- | 33 | --------------------------------------------------------------------------------------------- |