File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
# documentation
2
2
3
3
[ ![ Circle CI] ( https://circleci.com/gh/documentationjs/documentation/tree/master.svg?style=svg )] ( https://circleci.com/gh/documentationjs/documentation/tree/master )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/documentationjs/documentation/badge.svg?branch=master )] ( https://coveralls.io/r/documentationjs/documentation?branch=master )
5
4
[ ![ npm version] ( https://badge.fury.io/js/documentation.svg )] ( http://badge.fury.io/js/documentation )
6
5
[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/documentationjs/documentation?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
7
6
[ ![ David] ( https://david-dm.org/documentationjs/documentation.svg )] ( https://david-dm.org/documentationjs/documentation )
7
+ [ ![ codecov.io] ( https://codecov.io/github/documentationjs/documentation/coverage.svg?branch=master )] ( https://codecov.io/github/documentationjs/documentation?branch=master )
8
8
9
9
A ** documentation generation system** that's
10
10
_ beautiful_ by default, _ flexible_ across formats and styles, and
Original file line number Diff line number Diff line change 1
1
machine :
2
2
node :
3
- version : 0.10.33
4
-
5
- dependencies :
6
- override :
7
- - ' nvm install 5 && nvm use 5 && npm update -g npm'
8
- - ' nvm install 0.10 && nvm use 0.10 && npm update -g npm'
9
-
10
- test :
11
- override :
12
- - ' nvm use 5 && rm -rf node_modules && npm install && npm test'
13
- - ' nvm use 0.10 && rm -rf node_modules && npm install && npm test'
3
+ version : 5
You can’t perform that action at this time.
0 commit comments