- Configurable server URL (default: pedshub.com) - Android + iOS platforms initialized - Dark theme matching quiz app (#0f172a) - Status bar and navigation bar color matched - Auto-redirect on subsequent launches - App ID: com.pedshub.quiz, App Name: PedsHub Build: cd mobile && npx cap sync && npx cap open android Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
158 B
YAML
14 lines
158 B
YAML
language: node_js
|
|
sudo: false
|
|
|
|
node_js:
|
|
- "0.10"
|
|
- "0.11"
|
|
- "0.12"
|
|
- "iojs"
|
|
|
|
script: make test
|
|
|
|
notifications:
|
|
email:
|
|
- tomaz+travisci@tomaz.me
|