Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit 6317823

Browse files
committed
travis: no support for node < 0.10, no support for node >= 0.11
For node < 0.10, some dependencies cannot be solved. We really don't care. For node >= 0.11, it seems that there are problems with sqlite3 extension. Didn't dig much, but may be related: TryGhost/node-sqlite3#184
1 parent 22cf7e6 commit 6317823

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: node_js
22
node_js:
3-
- "0.11"
43
- "0.10"
5-
- "0.8"
6-
- "0.6"
74
before_install:
85
- "npm install -g grunt-cli bower"

0 commit comments

Comments
 (0)