From 6972c73ccbb9322d7234b92d63261db61d05f658 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 26 Jun 2018 16:23:48 -0700 Subject: [PATCH] Add shell script to mimic TravisCI test run --- run-tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 run-tests.sh diff --git a/run-tests.sh b/run-tests.sh new file mode 100755 index 0000000..b742f0b --- /dev/null +++ b/run-tests.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# +# Assumes node.js/npm and lumo-cljs are installed! +# See .travis.yml for details of the test environment. +# +rm -rf test/readme.clj +lein do clean, check, eastwood, test, tach lumo, test-readme