While working on other bash scripts, I noticed a small bug in .travis.yml. It checks for success with:
But this will match any failure count that ends in 0, to illustrate problem:
Match to start of line with ^, to illustrate fix:
fork clojurescript
setup to build fork on Travis CI
create CLJS-3114 branch
push branch with no changes
witness successful build - https://travis-ci.org/lread/clojurescript/builds/550999841#L3140
push CLJS-3114 with fix as described above
witness sucessful build - https://travis-ci.org/lread/clojurescript/builds/551009119#L3140
Ready for review. Seems pretty straightforward but let me know, thanks!
CLJS-3114.patch passes Canary
https://github.com/cljs-oss/canary/tree/results/reports/2019/08/20/job-001066-1.10.573-317826448
CLJS-3114.patch added to Patch Tender
https://github.com/mfikes/patch-tender/commit/9b82bb23796a7fe2f521a5f22818003fede6c406
CLJS-3114.patch has conflicts with master