git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 011465cea528e67aaf5ce8304698823a4700189e

Files: 011465cea528e67aaf5ce8304698823a4700189e / .travis.yml

164 bytesRaw
1language: node_js
2node_js:
3 - "6"
4env:
5 - CXX=g++-4.8
6addons:
7 apt:
8 sources:
9 - ubuntu-toolchain-r-test
10 packages:
11 - g++-4.8
12
13script: npm run lint
14

Built with git-ssb-web