-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generate_key and pem_encode wrappers (#13)
* Add generate_key and pem_encode wrappers * Bump to OTP 20 * Bump to OTP 20.1 * Bump Elixir to 1.4.5 (minimal for otp 20) * Fix typo in release * Added module docs * Let travis build OTP 18 and 20 * Fallback to system.cmd when Erlang has no rsa keygen support * Push logic up to function def * Do not break ec happy path * Drop down minimal Elxir version to 1.3.0 * Revert "Drop down minimal Elxir version to 1.3.0" This reverts commit 10516e7.
- Loading branch information
1 parent
37982d2
commit dbf0587
Showing
4 changed files
with
149 additions
and
8 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
language: elixir | ||
elixir: | ||
- 1.3.0 | ||
- 1.4.5 | ||
otp_release: | ||
- 18.2.1 | ||
- 20.1 | ||
script: mix test --trace |
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
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
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