Include performance run in travis

This commit is contained in:
kikito 2017-01-31 00:33:10 +01:00
parent 96999cd760
commit 6eedf26ba9

View File

@ -22,6 +22,7 @@ install:
script: script:
- luacheck --no-unused-args --std max+busted *.lua spec - luacheck --no-unused-args --std max+busted *.lua spec
- busted --verbose --coverage - busted --verbose --coverage
- lua performance/run.lua
after_success: after_success:
- luacov-coveralls --exclude $TRAVIS_BUILD_DIR/lua_install - luacov-coveralls --exclude $TRAVIS_BUILD_DIR/lua_install