Files: 68c0c0e39240ee365983babdd937ac558f75db4a / .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