weavejester / meta-merge

A standalone implementation of Leiningen's meta-merge function
104 stars 5 forks source link

Switch to circleci #8

Closed SevereOverfl0w closed 1 year ago

SevereOverfl0w commented 8 years ago

You may have noticed that as of the switch to Reader Conditionals, Travis no longer runs the tests in the cljc file. This is caused by an outdated leiningen version in the travis cookbook, https://github.com/travis-ci/travis-ci/issues/4791 See here: https://travis-ci.org/weavejester/meta-merge/jobs/99039149 on the jvm, 0 tests are run.

Compare this with my fork + circleci: https://circleci.com/gh/SevereOverfl0w/meta-merge/9

circleci is also built on Clojure, so it feels good to support our fellows.

weavejester commented 8 years ago

It seems like Travis has been updated since then. My concern with CircleCI is that I'm limited to one container and a set amount of build time per month, whereas Travis offers an unlimited amount to open source projects.