Skip to content

Commit 13faa48

Browse files
mfikesdnolen
authored andcommitted
CLJS-2107: Add lein test to CI
1 parent 711ec34 commit 13faa48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ before_script:
1616
- bin/cljsc src/test/cljs "{:optimizations :advanced :output-wrapper true :verbose true :compiler-stats true :parallel-build true :output-dir \"builds/out-adv\"}" > builds/out-adv/core-advanced-test.js
1717

1818
script:
19+
- lein test
1920
- jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
2021
- grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
2122
- ./spidermoney/js -f builds/out-adv/core-advanced-test.js | tee test-out.txt

0 commit comments

Comments
 (0)