[CI] update travis with new interface (no sudo)

This commit is contained in:
2015-08-24 23:55:27 +02:00
parent 0db5f0c528
commit 82836ac045
2 changed files with 27 additions and 43 deletions

View File

@@ -51,6 +51,8 @@ class MainApplication : public ewol::context::Application {
// TODO : remove this : Move if in the windows properties
_context.setSize(vec2(800, 600));
_context.setTitle("edn");
// select internal data for font ...
_context.getFontDefault().setUseExternal(true);
#ifdef __TARGET_OS__Android