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