git ssb

1+

Dominic / secure-scuttlebutt



Tree: 9a7e43ac498a13a9720df2ba9fdd94eafe23d04d

Files: 9a7e43ac498a13a9720df2ba9fdd94eafe23d04d / .travis.yml

236 bytesRaw
1language: node_js
2sudo: false
3node_js:
4 - 4
5 - 5
6
7env:
8 - CXX=g++-4.8
9
10addons:
11 apt:
12 sources:
13 - ubuntu-toolchain-r-test
14 packages:
15 - g++-4.8
16
17before_install:
18 - export JOBS=max
19 - export prebuild_compile=true
20
21
22

Built with git-ssb-web