can't run the 17w15a tests because the snapshot vanilla server logging is broken

This commit is contained in:
Romain Beaumont 2017-04-13 15:07:15 +02:00
parent 062cf370ab
commit 2610273529
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','17w15a']
supportedVersions:['1.7','1.8','1.9','1.10','1.11.2']
};