language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "node"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
install:
- npm install
- gulp setup
script:
- gulp native.test