1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +01:00

Merge pull request #22 from bigchaindb/fix/node-gyp

Fix ed25519/node-gyp builds on Travis
This commit is contained in:
Matthias Kretschmann 2017-06-13 16:20:03 +02:00 committed by GitHub
commit 501e2fd8cf

View File

@ -1,6 +1,16 @@
language: node_js
node_js: node
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
install: npm install
script: