Skip to content

Commit aa4e9e0

Browse files
Merge pull request #2 from starkbank/feature/travis-ci-integration
Add Travis CI integration
2 parents 54b4472 + 45334b1 commit aa4e9e0

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
dist: trusty
2+
3+
language: elixir
4+
5+
matrix:
6+
include:
7+
- elixir: '1.9.0'
8+
otp_release: '20.0'
9+
- elixir: '1.10.0'
10+
otp_release: '21.0'
11+
12+
script:
13+
- mix test --trace

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Overview
44

5-
This is an Elixir translation of [Stark Bank]\`s ecdsa-python. It is compatible with OpenSSL and uses elegant math such as Jacobian Coordinates to speed up the ECDSA on pure Elixir.
5+
This is an Elixir 1.9+ translation of [Stark Bank]\`s ecdsa-python. It is compatible with OpenSSL and uses elegant math such as Jacobian Coordinates to speed up the ECDSA on pure Elixir.
66

77
### Installation
88

0 commit comments

Comments
 (0)