mirror of
https://github.com/OgelGames/powerbanks.git
synced 2024-11-22 07:13:50 +01:00
travis build
This commit is contained in:
parent
f4020dec67
commit
0cabad6693
11
.travis.yml
Normal file
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
|
||||
|
Loading…
Reference in New Issue
Block a user