프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / kareem / .travis.yml

이력 | 보기 | 이력해설 | 다운로드 (197 Bytes)

1 39 HKM
language: node_js
2
node_js:
3
  - "9"
4
  - "8"
5
  - "7"
6
  - "6"
7
  - "5"
8
  - "4"
9
script: "npm run-script test-travis"
10
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"