travis build

This commit is contained in:
OgelGames 2019-11-30 23:54:04 +11:00
parent f4020dec67
commit 0cabad6693
2 changed files with 12 additions and 0 deletions

11
.travis.yml Normal file

@ -0,0 +1,11 @@
language: generic
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck ./
notifications:
email: false

@ -1,5 +1,6 @@
# powerbanks
[![Build Status](https://travis-ci.org/OgelGames/powerbanks.svg?branch=master)](https://travis-ci.org/OgelGames/powerbanks)
[![License](https://img.shields.io/badge/License-MIT%20and%20CC%20BY--SA%204.0-brightgreen.svg)](LICENSE.md)
## Overview