summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ed8ab42ff539f8ce00c114bb38e0aa31caf7c4cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: node_js
node_js:
  - 6
  - 7
  - stable
env:
  - CXX=g++-4.8
addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - g++-4.8