only build in node v0.10

This commit is contained in:
Tankred Hase 2013-09-12 00:11:44 +02:00
parent badfd6f87b
commit a0742a1035
2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_script:
- npm install -g grunt-cli
notifications:

View File

@ -62,8 +62,7 @@ module.exports = function(grunt) {
all: {
options: {
urls: ['http://localhost:<%= connect.test.options.port %>/test/new-unit/index.html'],
run: false,
timeout: 20000
run: false
}
}
}