the logger still has bugs, removing automatic tests for 17w18b (but nmp does support it)

This commit is contained in:
Romain Beaumont 2017-05-05 14:19:40 +02:00
parent a49d2add38
commit e2dbb671fe
No known key found for this signature in database
GPG Key ID: DB60E388B3BCF286

View File

@ -2,5 +2,5 @@
module.exports={
defaultVersion:'1.8',
supportedVersions:['1.7','1.8','1.9','1.10','1.11.2','17w18b']
supportedVersions:['1.7','1.8','1.9','1.10','1.11.2']
};