All Projects → okode → ionic-travis

okode / ionic-travis

Licence: other
Ionic app demo built with Travis CI

Programming Languages

CSS
56736 projects
typescript
32286 projects
HTML
75241 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ionic-travis

Trytravis
Send local git changes to Travis CI without commits or pushes.
Stars: ✭ 131 (+773.33%)
Mutual labels:  ci, travis
Lighthousebot
Run Lighthouse in CI, as a web service, using Docker. Pass/Fail GH pull requests.
Stars: ✭ 2,251 (+14906.67%)
Mutual labels:  ci, travis
Ci Detector
Detect continuous integration environment and get information of current build
Stars: ✭ 138 (+820%)
Mutual labels:  ci, travis
Danger
🚫 Stop saying "you forgot to …" in code review (in Ruby)
Stars: ✭ 4,691 (+31173.33%)
Mutual labels:  ci, travis
ionic4-boilerplate
🚀 boilerplate for ionic4 with CI based on travis and fastlane. doc and example are provided
Stars: ✭ 25 (+66.67%)
Mutual labels:  ionic, travis
Automatic Release
Automates the release process for GitHub projects.
Stars: ✭ 46 (+206.67%)
Mutual labels:  ci, travis
Env Ci
Get environment variables exposed by CI services
Stars: ✭ 180 (+1100%)
Mutual labels:  ci, travis
Cistern
A terminal UI for Unix to monitor Continuous Integration pipelines from the command line. Current integrations include GitLab, Azure DevOps, Travis CI, AppVeyor and CircleCI.
Stars: ✭ 161 (+973.33%)
Mutual labels:  ci, travis
prebuild-ci
Use CI to auto upload prebuilds
Stars: ✭ 17 (+13.33%)
Mutual labels:  ci, travis
todo-list
TodoList using Ionic2/3 & Firebase: * PWA * SSO Google plus. * Share list via QRcode. * Upload image from Camera or Storage. * Speech Recognition.
Stars: ✭ 18 (+20%)
Mutual labels:  ionic, travis
Danger Js
⚠️ Stop saying "you forgot to …" in code review
Stars: ✭ 4,076 (+27073.33%)
Mutual labels:  ci, travis
egg-ci
Auto gen ci config file
Stars: ✭ 15 (+0%)
Mutual labels:  ci, travis
Travis Watch
Stream live travis test results of the current commit to your terminal!
Stars: ✭ 294 (+1860%)
Mutual labels:  ci, travis
Lint Diff
💅 Run eslint only in the changed parts of the code
Stars: ✭ 92 (+513.33%)
Mutual labels:  ci, travis
ionic-docker
An ionic image for CI
Stars: ✭ 56 (+273.33%)
Mutual labels:  ionic, ci
learning-lighthouse-ci
Learning Google's Lighthouse CI from scratch with a minimal template web app (quickstart)
Stars: ✭ 46 (+206.67%)
Mutual labels:  ci, travis
github-status-updater
Command line utility for updating GitHub commit statuses and enabling required status checks for pull requests
Stars: ✭ 83 (+453.33%)
Mutual labels:  ci, travis
ci-publish
Poor man's semantic release utility. Let the CI do the `npm publish` step after the build passes
Stars: ✭ 30 (+100%)
Mutual labels:  ci
ionic-audio-player
A simple audio player created with Ionic 4+ / Angular 8+ (updated in Aug 2019)
Stars: ✭ 72 (+380%)
Mutual labels:  ionic
drevops
💧 + 🐳 + ✓✓✓ + 🤖 + ❤️ Build, Test, Deploy scripts for Drupal using Docker and CI/CD
Stars: ✭ 55 (+266.67%)
Mutual labels:  ci

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].