Skip to content

Commit c77eeeb

Browse files
mfikesswannodette
authored andcommitted
CLJS-2123: CI doesn't catch case if compile fails early
1 parent ebe1b26 commit c77eeeb

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ before_script:
1818
script:
1919
- lein test
2020
- 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
21+
- grep '0 failures, 0 errors.' test-out.txt
2222
- ./spidermoney/js -f builds/out-adv/core-advanced-test.js | tee test-out.txt
23-
- grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
23+
- grep '0 failures, 0 errors.' test-out.txt
2424
- jjs builds/out-adv/core-advanced-test.js | tee test-out.txt
25-
- grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
25+
- grep '0 failures, 0 errors.' test-out.txt
2626
- script/test-self-host | tee test-out.txt
27-
- grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
27+
- grep '0 failures, 0 errors.' test-out.txt
2828
- script/test-self-parity | tee test-out.txt
29-
- grep -o '[[:digit:]]*' test-out.txt | tail -n 2 | python script/check.py
29+
- grep '0 failures, 0 errors.' test-out.txt

script/check.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)