You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just looked at travis ci and they have 2 things that are really really interresting...
You can encrypt environment variables. This means required IDs like facebook app id could be encoded.
This can be combined with S3 upload / requester pays. I'd guess that this would make it possible to give everyone the ability to build a binary from the source without giving keys away...
IIRC, one prob I had back then (that is, about 1-2 years ago) with Travis CI was that unit testing using Roboletric would not work properly. We may want to check first whether things have become better in this regards by now and/or consider other unit testing frameworks as well.
I used to have issues with doing CI on the Travis CI platform previously. Things may have changed by now though; at least beta support to some degree is available now.
Other options may be considered as well.
The text was updated successfully, but these errors were encountered: