Files: 6b65b15f2bc98155791f113a47b43e8234404f60 / .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