CircleCI is a serious competitor to Travis CI with its free plan for private projects and lower cost paid plans. Unfortunately, CircleCI v1 does not support testing Elixir programs out of the box. Their version 2 addresses this issue, adding support for Elixir, but at the time this article is written, it is still being beta-tested.
So here’s a bare-minimal template of circle.yml
for CircleCI v1 that can test Elixir programs:
1 | machine: |