File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ matrix:
16
16
fast_finish : true
17
17
# allow unstable versions to fail
18
18
allow_failures :
19
+ - node_js : " 0.12"
19
20
- node_js : " 0.13"
20
21
- env : MAPSERVER_COMMIT=
21
22
before_install :
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ passed to a callback):
164
164
patches welcome!). Although not currently supported, the module has been
165
165
built successfully on Windows - see ` WINDOWS-INSTALL.md ` for more details.
166
166
167
- * Node.js >= 0.10
167
+ * Node.js 0.10 (Not yet working with 0.12)
168
168
169
169
* Mapserver >= 6.2. If you are using ` Map.FromString ` ensure that you are using
170
170
Mapserver >= 6.2.1 or alternatively you have applied
Original file line number Diff line number Diff line change 13
13
},
14
14
"main" : " lib/mapserv.js" ,
15
15
"engines" : {
16
- "node" : " >=0.10"
16
+ "node" : " >=0.10 <0.11 "
17
17
},
18
18
"scripts" : {
19
19
"test" : " vows --spec ./test/mapserv-test.js"
You can’t perform that action at this time.
0 commit comments