git ssb

1+

mixmix / scuttle-shell



Tree: 79077c44d885308d311d2b0337c59abf4d41359f

Files: 79077c44d885308d311d2b0337c59abf4d41359f / .travis.yml

164 bytesRaw
1language: node_js
2node_js:
3 - 6
4 - 8
5 - 10
6
7addons:
8 apt:
9 packages:
10 - xvfb
11
12script: ./.travis.runtest.sh
13
14# TODO: could do test/tests.bat on appvayor
15

Built with git-ssb-web