프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / iconv-lite / .travis.yml

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

1 39 HKM
 sudo: false
2
 language: node_js
3
 node_js:
4
   - "0.10"
5
   - "0.11"
6
   - "0.12"
7
   - "iojs"
8
   - "4"
9
   - "6"
10
   - "8"
11
   - "node"
12
13
14
 env:
15
   - CXX=g++-4.8
16
 addons:
17
   apt:
18
     sources:
19
       - ubuntu-toolchain-r-test
20
     packages:
21
       - gcc-4.8
22
       - g++-4.8