프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / fd-slicer / .travis.yml

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

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