프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
language: node_js
2

    
3
os:
4
  - linux
5
  - osx
6

    
7
env:
8
 - SKIP_DTRACE=1
9

    
10
node_js:
11
  - '0.10'
12
  - '0.12'
13
  - '4'
14
  - '5'
15
  - '6'
16
  - 'node'
17

    
18

    
19
# Gives us faster boot time, see https://docs.travis-ci.com/user/ci-environment/
20
sudo: false
21

    
22
script:
23
  - npm test