This commit is contained in:
TheDiveO 2019-02-08 23:51:46 +01:00 committed by GitHub
parent 5eb5d00baf
commit 9c0dd0fa4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
# 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
branches:
only:
- /.*/
before_install:
- ./env.sh # installs the local environment.
script:
- ./env.sh busted # runs all tests.