summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/smart-buffer/.travis.yml
blob: 19111ce39991778042d3c22525b98366e937ff7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
  - 4
  - 6
  - 7
  - stable

before_script:
  - npm install -g typescript
  - tsc -p ./

script: "npm run coveralls"