Skip to content

Commit

Permalink
Merge pull request #9 from tzumby/razvan/add-travis-ci-config
Browse files Browse the repository at this point in the history
Adds Travis CI
  • Loading branch information
tzumby committed Jun 17, 2021
2 parents 2fa8cd0 + 872b81c commit a7e0b4f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
@@ -0,0 +1,19 @@
language: elixir
elixir:
- '1.12.1'
otp_release:
- '24.0.1'

jobs:
include:
- elixir: '1.12.1'
otp_release: '24.0.1'

- elixir: '1.12.1'
otp_release: '24.0.2'

- elixir: '1.11.4'
otp_release: '23.3.4'

- elixir: '1.10.4'
otp_release: '23.3.4'
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# ExKeccak

[![Build Status](https://www.travis-ci.com/tzumby/ex_keccak.svg?branch=master)](https://www.travis-ci.com/tzumby/ex_keccak)

ExKeccak is a NIF that wraps the KECCAK-256 function from the [tiny-keccak](https://github.com/debris/tiny-keccak) Rust library. KECCAK-256 is used by Ethereum.

## Installation
Expand Down

0 comments on commit a7e0b4f

Please sign in to comment.