git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 3ccb3d67c4442f0120108bbad3b64054b0f190fd

fix native extension error on travis

"building native extensions requires C++11-compatible compiler, which seems unavailable on this VM"

https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
Michael Williams committed on 1/15/2016, 11:30:00 PM
Parent: b453ff79d23734f7cc0746fdd5ee62f4f56622e5

Files changed

.travis.ymlchanged
.travis.ymlView
@@ -1,4 +1,12 @@
11 language: node_js
22 node_js:
33 - "4"
44 - "5"
5+env:
6+ - CXX=g++-4.8
7+addons:
8+ apt:
9+ sources:
10+ - ubuntu-toolchain-r-test
11+ packages:
12+ - g++-4.8

Built with git-ssb-web