Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 645 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 645 Bytes

Ionic Travis

master branch: Build Status

develop branch: Build Status

Ionic app built with Travis CI.

Supported platforms:

  • iOS
  • Android

Building iOS

$ yarn install
$ cordova platform add ios --nofetch
$ ionic cordova build ios --prod --release

Building Android

$ yarn install
$ cordova platform add android --nofetch
$ ionic cordova build android --prod --release