Skip to content

Commit f2cb2f5

Browse files
committed
try adding coverage build step
1 parent e0c16a3 commit f2cb2f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
- LUA=lua5.2
1111
- LUA=lua5.3
1212
- LUA=luajit2.1 # current head of 2.1 branch
13+
- LUA=luajit2.1 BUSTED="-o spec/coverage_output_handler.moon"
1314

1415
before_install:
1516
- source .travis/setenv_lua.sh
@@ -19,4 +20,4 @@ install:
1920
- luarocks install loadkit
2021
- luarocks make
2122

22-
script: busted
23+
script: busted $BUSTED

0 commit comments

Comments
 (0)