git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 125f59672710cb666380d7b6804357d3da16cff4

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