Skip to content

Commit b41437f

Browse files
committed
update README, add travis-ci config
1 parent 0a3c481 commit b41437f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: elixir
2+
elixir: '1.5'
3+
otp_release: '19.0'

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ iex> PolishValidators.Pesel.validate("44051401359")
1010

1111
iex> PolishValidators.Nip.validate("6597068174")
1212
{ :ok, "Valid" }
13+
14+
iex> PolishValidators.Iban.validate("PL61109010140000071219812874")
15+
{ :ok, "Valid" }
16+
17+
iex> PolishValidators.Regon.validate("517001918")
18+
{ :ok, "Valid" }
1319
```
1420

1521
## Installation

0 commit comments

Comments
 (0)