Add shell script to mimic TravisCI test run
This commit is contained in:
parent
1e6b1bd308
commit
6972c73ccb
1 changed files with 7 additions and 0 deletions
7
run-tests.sh
Executable file
7
run-tests.sh
Executable 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
|
||||
Loading…
Reference in a new issue