aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: bc59ce4539e0f26103c9e64be39c980e234c0245 (plain) (blame)
1
2
3
4
5
6
7
8
language: node_js
env:
  - CXX=g++-4.8
node_js:
  - "5.1"
  - "4.2"
before_script:
  - npm install -g mocha