Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / bl / .travis.yml
169 bytesRaw
1 | sudo: false |
2 | language: node_js |
3 | node_js: |
4 | - '6' |
5 | - '8' |
6 | - '10' |
7 | branches: |
8 | only: |
9 | - master |
10 | notifications: |
11 | email: |
12 | - rod@vagg.org |
13 | - matteo.collina@gmail.com |
14 |
Built with git-ssb-web