UNPKG

146 BYAMLView Raw
1language: node_js
2node_js:
3 - "5"
4 - "4"
5install:
6 - npm install
7
8script:
9 - npm test
10
11# Allow Travis tests to run in containers.
12sudo: false