OpenTreeMap / otm-android

An OpenTreeMap client for Android. The OpenTreeMap code can be downloaded at https://github.com/OpenTreeMap/otm-core.
Other
23 stars 22 forks source link

Fix Travis CI builds. #218

Closed maurizi closed 9 years ago

maurizi commented 9 years ago

There were a couple of issues at play here.

Our builds were being killed for using up too much memory. Switching to the new container based CI infrastructure, adding GRADLE_OPTS and passing a skin option when creating the emulator fixed those.

We also had issues building and running the tests. Fixing the Android SDK dependencies to be at API 21 and fixing the targetPackage in the test AndroidManifest.xml fixed those issues.

Connects to #213

steventlamb commented 9 years ago

LGTM