Skip to content

Commit 0478166

Browse files
author
Igor Kapkov
committed
Drop elixir 1.0
1 parent efbbe8a commit 0478166

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: elixir
22
sudo: false
33
elixir:
4-
- 1.0.5
54
- 1.1.1
6-
- 1.2.4
5+
- 1.2.6
76
- 1.3.2
87
otp_release:
98
- 18.0
@@ -18,11 +17,5 @@ notifications:
1817
- igasgeek@me.com
1918
matrix:
2019
exclude:
21-
- otp_release: 17.5
22-
elixir: 1.2.4
23-
- otp_release: 17.5
24-
elixir: 1.3.1
2520
- otp_release: 19.0
2621
elixir: 1.1.1
27-
- otp_release: 19.0
28-
elixir: 1.0.5

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ If you want to use `faker` outside tests remove `, only: :test` part.
3030
### Requirements
3131

3232
* OTP18+
33+
* Elixir 1.1+
3334

3435
## Usage
3536

0 commit comments

Comments
 (0)