Skip to content

Commit cf56f5e

Browse files
committed
badges + travis.yml
1 parent cb02130 commit cf56f5e

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: elixir
2+
elixir: 1.2.0
3+
notifications:
4+
recipients:
5+
- roman.heinrich@gmail.comm
6+
otp_release:
7+
- 18.0
8+
script: "MIX_ENV=test mix local.hex --force && MIX_ENV=test mix do deps.get, test"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# AtomicMap
22

3+
[![Build status](https://travis-ci.org/ruby2elixir/atomic_map.svg "Build status")](https://travis-ci.org/ruby2elixir/atomic_map)
4+
[![Hex version](https://img.shields.io/hexpm/v/atomic_map.svg "Hex version")](https://hex.pm/packages/atomic_map)
5+
![Hex downloads](https://img.shields.io/hexpm/dt/atomic_map.svg "Hex downloads")
6+
7+
38
A small helper to convert deep Elixir maps with mixed string/atom keys to atom-only keyed maps. Optionally with a safe option, to prevent [atom space exhaustion of the Erlang VM](https://erlangcentral.org/wiki/index.php?title=String_Conversion_To_Atom).
49

510
## Usage

0 commit comments

Comments
 (0)