From 6eedf26ba9f21d1d2a5f1c50fa2e3760b5b1639e Mon Sep 17 00:00:00 2001 From: kikito Date: Tue, 31 Jan 2017 00:33:10 +0100 Subject: [PATCH] Include performance run in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 53998d6..a67c7d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ install: script: - luacheck --no-unused-args --std max+busted *.lua spec - busted --verbose --coverage + - lua performance/run.lua after_success: - luacov-coveralls --exclude $TRAVIS_BUILD_DIR/lua_install