Skip to content

Commit d1c4101

Browse files
committed
Test only in node v5 for speed
1 parent 4f9f92e commit d1c4101

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# documentation
22

33
[![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)
54
[![npm version](https://badge.fury.io/js/documentation.svg)](http://badge.fury.io/js/documentation)
65
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/documentationjs/documentation?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
76
[![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)
88

99
A **documentation generation system** that's
1010
_beautiful_ by default, _flexible_ across formats and styles, and

circle.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
machine:
22
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

0 commit comments

Comments
 (0)