added travis doc

This commit is contained in:
Harald Albrecht 2019-02-08 23:47:41 +01:00
parent f7b1a3b066
commit 41869c6f21
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
# As there is (still) no Travis Lua language support, we use the fine
# https://github.com/mpeterv/hererocks local environment build to set
# up a local Lua/luarocks/packages environment.
language: python
sudo: false
before_install:
- ./env.sh
- ./env.sh # installs the local environment.
script:
- ./env.sh busted
- ./env.sh busted # runs all tests.