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
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.11"
|
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.8"
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
notifications:
|
notifications:
|
||||||
|
@ -62,8 +62,7 @@ module.exports = function(grunt) {
|
|||||||
all: {
|
all: {
|
||||||
options: {
|
options: {
|
||||||
urls: ['http://localhost:<%= connect.test.options.port %>/test/new-unit/index.html'],
|
urls: ['http://localhost:<%= connect.test.options.port %>/test/new-unit/index.html'],
|
||||||
run: false,
|
run: false
|
||||||
timeout: 20000
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user