UNPKG
gitconfig
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
Run git config command
github.com/teambit/node-gitconfig
okunishinishi/node-gitconfig
gitconfig
/
.travis.yml
13 lines
(12 loc)
•
156 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
language: node_js node_js:
- '8'
install:
- npm install
before_script:
- npm link .
script:
- ./ci/build.js
- ./ci/test.js
- ./ci/cover.js
- ./ci/report.js