Is it possible to create android and ios applications using cordova on TravisCI with one project and one travis.yml file?
I think I would just use it language: objective-c, but how can I install tools android-sdkand assemblies?
language: objective-c
android-sdk
From what I read, this is not possible. IOS build requires Xcode. Xcode only works on OS X computers.
Travis documentation for Android states, Android is not available in OSX environment.
, , , . Travis . - , - .