language: node_js
node_js:
- '4'
- '6'
env: CC=clang CXX=clang++ npm_config_clang=1
before_install: npm install -g npm@3
