Skip to content

Commit 973d62c

Browse files
committed
Disable ci tests for node 0.10
1 parent b51fff6 commit 973d62c

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ language: node_js
33
node_js:
44
- "stable"
55
- "0.12"
6-
- "0.10"
76

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ $ npm install -g gitbook-cli
2424

2525
## How to use it?
2626

27-
#### Build and Serve
28-
2927
### Run GitBook
3028

3129
Run command `gitbook build`, `gitbook serve` (read [GitBook documentation](https://github.com/GitbookIO/gitbook/blob/master/docs/setup.md) for details).
@@ -91,9 +89,3 @@ Use a local folder as a GitBook version (for developement)
9189
$ gitbook alias ./mygitbook latest
9290
```
9391

94-
### Resolve
95-
96-
- Look for the `book.json` and use `gitbook` field to resolve versions to use
97-
- Use latest version installed locally
98-
- `3.0.0-pre.1` will be used in favor of `2.6.7` by default
99-
- Tags `pre`, `alpha`, `beta`, `latest` will always be used first

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ init:
55
# Test against these versions of Node.js.
66
environment:
77
matrix:
8-
- nodejs_version: "0.10"
98
- nodejs_version: "0.12"
109
- nodejs_version: "5.1"
1110

test/versions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var should = require('should');
44
var manager = require('../lib');
55

66
describe('Versions', function() {
7-
this.timeout(50000);
7+
this.timeout(100000);
88

99
describe('.available()', function() {
1010
var result;

0 commit comments

Comments
 (0)