summaryrefslogtreecommitdiffstats
path: root/src/civetweb/ci/travis/run_ci_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/civetweb/ci/travis/run_ci_tests.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/civetweb/ci/travis/run_ci_tests.sh b/src/civetweb/ci/travis/run_ci_tests.sh
new file mode 100755
index 000000000..16c2cc067
--- /dev/null
+++ b/src/civetweb/ci/travis/run_ci_tests.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+set -ev
+
+source ci/travis/lua_env.sh
+busted -o TAP ci/test/
+
+