mirror of
https://github.com/monero-project/gitian.sigs.git
synced 2024-12-23 03:29:23 +00:00
Add travis config to check assert sigs
This commit is contained in:
parent
2a476befbc
commit
8e54bb4d72
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "3.7.0"
|
||||
|
||||
script:
|
||||
- python ./verify-merge.py --import-keys
|
Loading…
Reference in a new issue