Fix travis.yml
This commit is contained in:
parent
755806965c
commit
2cebd96cbe
|
@ -5,7 +5,7 @@ version = "1.0.0"
|
|||
author = "Status Research & Development GmbH"
|
||||
description = "Ethereum P2P library"
|
||||
license = "MIT"
|
||||
skipDirs = @["Nim"]
|
||||
skipDirs = @["tests", "Nim"]
|
||||
|
||||
requires "nim > 0.18.0", "https://github.com/status-im/nim-rlp >= 1.0.1", "https://github.com/cheatfate/nimcrypto >= 0.1.0", "https://github.com/status-im/nim-secp256k1 >= 0.1.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue