From a0742a1035983db29a877ce40dd5ffec057310e3 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 12 Sep 2013 00:11:44 +0200 Subject: [PATCH] only build in node v0.10 --- .travis.yml | 2 -- Gruntfile.js | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fdd0c32..6c4cd9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: node_js node_js: - - "0.11" - "0.10" - - "0.8" before_script: - npm install -g grunt-cli notifications: diff --git a/Gruntfile.js b/Gruntfile.js index 77cf541..eb7bd31 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 } } }