We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711ec34 commit 13faa48Copy full SHA for 13faa48
.travis.yml
@@ -16,6 +16,7 @@ before_script:
16
- 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
17
18
script:
19
+ - lein test
20
- jsc builds/out-adv/core-advanced-test.js | tee test-out.txt
21
- grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
22
- ./spidermoney/js -f builds/out-adv/core-advanced-test.js | tee test-out.txt
0 commit comments