git ssb

1+

mixmix / scuttle-shell



Tree: e442f556d84d713c6e4ae2a3e49aff43ec0b7831

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