1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

cargo-culting node-hiredis toolchain settings

This commit is contained in:
Benjamin Coe
2015-08-29 14:42:35 -07:00
parent 010a72710f
commit 1e6ced4d5c

View File

@@ -1,5 +1,13 @@
language: node_js
sudo: true
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "0.10"
- "0.12"