Files: c24b35bae0df2b0cff996aaa038b1a20af44ebf2 / .travis.yml
90 bytesRaw
1 | language: python |
2 | |
3 | python: |
4 | - "3.7.0" |
5 | |
6 | script: |
7 | - python ./verify-merge.py --import-keys |
8 |
Built with git-ssb-web
1 | language: python |
2 | |
3 | python: |
4 | - "3.7.0" |
5 | |
6 | script: |
7 | - python ./verify-merge.py --import-keys |
8 |
Built with git-ssb-web