mirror of
https://github.com/zhigang1992/replace-in-file.git
synced 2026-04-30 13:42:33 +08:00
19 lines
282 B
YAML
19 lines
282 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.11"
|
|
- "0.12"
|
|
- "4"
|
|
- "5"
|
|
- "iojs"
|
|
branches:
|
|
only:
|
|
- master
|
|
before_install:
|
|
- "npm install -g istanbul"
|
|
script:
|
|
- "npm run test-ci"
|
|
after_script:
|
|
- "npm install -g coveralls"
|
|
- "cat ./coverage/lcov.info | coveralls"
|