Skip to content

Commit

Permalink
Final test
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio committed Feb 9, 2016
1 parent 39b9948 commit 6345afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Build status](https://ci.appveyor.com/api/projects/status/subf1ydrutspjtk8/branch/master?svg=true)](https://ci.appveyor.com/project/ignacio/lua-appveyor-example/branch/master)
[![License](http://img.shields.io/badge/License-MIT-brightgreen.svg)](LICENSE)
[![Coverage Status](https://coveralls.io/repos/github/ignacio/lua-appveyor-example/badge.svg?branch=luacov)](https://coveralls.io/github/ignacio/lua-appveyor-example?branch=luacov)

# lua-appveyor-example

Expand All @@ -21,7 +22,8 @@ So, each job will do the following:
* Install the appropiate Lua (using [luawinmake](https://github.com/Tieske/luawinmake)) or LuaJIT version.
* Install [LuaRocks](https://luarocks.org/) (2.3.0)
* Build and install a sample Lua module containing C and Lua parts, using the selected compiler.
* Run tests using [Telescope](https://github.com/norman/telescope)
* Run tests using [Busted](http://olivinelabs.com/busted/)
* Uploads a coverage report to [coveralls.io](https://coveralls.io/) using [luacov](https://keplerproject.github.io/luacov/) and [luacov-coveralls](https://github.com/moteus/luacov-coveralls).

This project is based on Alexey Melnichuk's [lua-travis-example](https://github.com/moteus/lua-travis-example).

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ shallow_clone: true
environment:
LUAROCKS_VER: 2.3.0
matrix:
# - LUA_VER: 5.1.5
- LUA_VER: 5.1.5
- LUA_VER: 5.2.4 # Lua 5.2.4 with compatibility flags enabled (DLUA_COMPAT_ALL).
# - LUA_VER: 5.2.4 # Lua 5.2.4 with compatibility flags disabled.
# NOCOMPAT: true
Expand Down

0 comments on commit 6345afd

Please sign in to comment.