One more attempt to fix travis configuration
This commit is contained in:
parent
d3fc45abc3
commit
755806965c
|
@ -15,8 +15,6 @@ before_script:
|
|||
- ./koch nimble
|
||||
- export PATH=$(pwd)/bin:$PATH
|
||||
- cd ..
|
||||
- nimble install https://github.com/status-im/nim-rlp
|
||||
- nimble install https://github.com/cheatfate/nimcrypto
|
||||
- nimble install https://github.com/status-im/nim-secp256k1
|
||||
script:
|
||||
- nimble tests
|
||||
- nimble install -y
|
||||
- nimble test
|
||||
|
|
Loading…
Reference in New Issue