git ssb

0+

dinoworm ๐Ÿ› / solarpunk-icon



Tree: 7b8e07437116c376043309d283c118f5b0a42b4d

Files: 7b8e07437116c376043309d283c118f5b0a42b4d / .travis.yml

198 bytesRaw
1language: node_js
2sudo: false
3script: "npm run test:coverage && npm run test:coverage:report"
4after_script: "npm i -g codecov.io && cat ./coverage/lcov.info | codecov"
5notifications:
6 email: false
7

Built with git-ssb-web