UNPKG

231 BYAMLView Raw
1os:
2 - linux
3 - osx
4language: node_js
5node_js:
6 - "6"
7 - "4"
8install:
9 - npm install
10script:
11 - npm run test
12after_success:
13 - npm run codecov
14branches:
15 only:
16 - develop
17matrix:
18 allow_failures:
19 - os: osx
\No newline at end of file