프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 39 HKM
 language: node_js
2
 node_js:
3
   - "iojs"
4
   - "0.10"
5
   - "0.12"
6
 script:
7
   - "npm test --coverage"
8
   - "jshint src"
9
 notifications:
10
  irc:
11
    channels:
12
      - "irc.freenode.org#moutjs"
13
    on_success: change
14
    on_failure: always
15
    use_notice: true
16
    skip_join: true
17
 git:
18
   depth: 10