devhub-tud / devhub

DevHub is a software system designed to give students a simple practical introduction into modern software development.
15 stars 8 forks source link

Add chromium dependency to resolve the libbase.so dependency #463

Closed LiamClark closed 7 years ago

LiamClark commented 7 years ago

We added a shared object file to the path for the chrome-driver (libbase.so). This object file is located in the chromium package. I believe that chromium is no longer installed by default in the Travis image. This is what broke the web tests even though we changed nothing.

The current workaround is installing chromium explicitly installing chromium. Perhaps we should look at either running the tests in Chromium itself or find this dependency in chrome?

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling b6278fa9f5fa711f98b1aba0fc00f0d5743ded06 on fix-build into on master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 3d5db890aacab6c3109e24b9cea87d3bfd64375a on fix-build into on master.