Skip to content

Commit cca2aa2

Browse files
committed
Don't check stderr.log
1 parent 1c26536 commit cca2aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- run: lein clean
7979
# TODO: reenable when CLJS has spec2 implementation
8080
# - run: lein with-profile test-web cljsbuild once test 2> >(tee -a stderr.log >&2)
81-
- run: cat stderr.log | grep -v "Options passed to ClojureScript compiler" | bin/check-for-warnings.sh
81+
# - run: cat stderr.log | grep -v "Options passed to ClojureScript compiler" | bin/check-for-warnings.sh
8282
- run: bin/tests
8383
- run: bin/golden_master_test.sh
8484
- run: bin/deps_test.sh

0 commit comments

Comments
 (0)