git ssb

1+

mixmix / scuttle-shell



Tree: 5595aa2004958d49c90de01b2c68fc8fbd4f365c

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