Add shell script to mimic TravisCI test run

This commit is contained in:
Sean Corfield 2018-06-26 16:23:48 -07:00
parent 1e6b1bd308
commit 6972c73ccb

7
run-tests.sh Executable file
View file

@ -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