UNPKG

227 BYAMLView Raw
1script:
2 - "make test"
3
4language: node_js
5
6node_js:
7 - "0.12"
8
9branches:
10 only:
11 - master
12 - dev
13
14matrix:
15 fast_finish: true
16 include:
17 - env: COVERAGE=true
18 allow_failures:
19 - env: COVERAGE=true
20
21sudo: false