mirror of
https://github.com/moparisthebest/mail
synced 2024-11-25 18:32:20 -05:00
only build in node v0.10
This commit is contained in:
parent
badfd6f87b
commit
a0742a1035
@ -1,8 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
- "0.8"
|
||||
before_script:
|
||||
- npm install -g grunt-cli
|
||||
notifications:
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user