wwu-pi / muggl

A Symbolic ATCG
GNU General Public License v3.0
2 stars 1 forks source link

Travis builds are slow #44

Closed vvhof closed 7 years ago

vvhof commented 7 years ago

When build is triggered on Travis-CI by Github. The build runs so slow, that even simple test case run into org.junit.runners.model.TestTimedOutException and finally the whole build will timeout

vvhof commented 7 years ago

Workaround found in summary of @acnagy in travis-ci/travis-ci/issues/3259

Fix suggested in https://github.com/travis-ci/travis-ci/issues/3259#issuecomment-130860338 Apparently Travis-CI will use their container based architecture for building if configs meet a specific target. So even though we do not require sudo to be configured, we set it as required here to have travis build with the faster architecture.

This issue should make it easy to remember why this was required...

vvhof commented 7 years ago

vvhof/muggl@570e8f49711acc59590e482d0908389d47ee87d6