Browse Source

adds ci

master
TheDiveO 5 years ago
committed by GitHub
parent
commit
9c0dd0fa4f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .travis.yml

15
.travis.yml

@ -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.
Loading…
Cancel
Save