fix Travis CI unittest

This commit is contained in:
Vadim Lopatin 2016-06-29 13:01:26 +03:00
parent ddc5a569e8
commit bc7041530d
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ extern (C) int UIAppMain(string[] args) {
//version(USE_GDB_DEBUG) {
// debuggerTestGDB();
//}
version(unittest) {
return 0;
}
// create window
Window window = Platform.instance.createWindow("Dlang IDE", null, WindowFlag.Resizable, 900, 730);