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 } } }