git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 1a0c8632e72f551d5fc2c1e6f7c416016fc954bd

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