Files: 47ea32132bc6ca274e194002278cc7c08b4b572e / .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