aboutsummaryrefslogtreecommitdiff
path: root/spec/README.md
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-02-17 01:14:56 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-02-17 12:47:25 -0300
commit9e22f32dd442d7c95766aca54ceea9833efa4f9d (patch)
treebe08ed8f41797e4c6038d51336bdc033301d4ad1 /spec/README.md
parent6c524b4a1b9fec2fe4abf03fa83b8d6624c23e26 (diff)
downloadluarocks-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.md8
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
6Test suite for LuaRocks project with Busted unit testing framework(http://olivinelabs.com/busted/). 6Test 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.
26env=<type>, (default:"minimal") type what kind of environment to use ["minimal", "full"] 26env=<type>, (default:"minimal") type what kind of environment to use ["minimal", "full"]
27noreset, Don't reset environment after each test 27noreset, Don't reset environment after each test
28clean, remove existing testing environment 28clean, remove existing testing environment
29appveyor, add just if running on TravisCI 29appveyor, add just if running on Appveyor
30travis, add just if running on TravisCI 30ci, add just if running on Unix CI
31os=<version>, type your OS ["linux", "os x", "windows"] 31os=<version>, type your OS ["linux", "os x", "windows"]
32``` 32```
33--------------------------------------------------------------------------------------------- 33---------------------------------------------------------------------------------------------