-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CircleCI changed the way it runs tests for elixir. This change updates our current configuration to keep up to date with CircleCI 2.0.
- Loading branch information
Showing
5 changed files
with
23 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
jobs: | ||
build: | ||
working_directory: ~/bamboo_postmark | ||
docker: | ||
- image: elixir:1.5.3 | ||
steps: | ||
- checkout | ||
- run: mix local.hex --force | ||
- run: mix local.rebar | ||
- run: mix deps.get | ||
- run: mix test |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters