aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 77772408e320cfb39748d8408e51564b218848e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: node_js
env:
  - CXX=g++-4.8
addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - g++-4.8
node_js:
  - "5.1"
before_script:
  - npm install -g mocha