Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 11214ad

Browse files
committed
chore: Try add build apk on travis No. 21
1 parent f1e0766 commit 11214ad

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ env:
66
before_install:
77
- chmod +x "./scripts/prepare-android-env.sh"
88
- "./scripts/prepare-android-env.sh"
9-
after_success:
10-
- "npm run android"
9+
deploy:
10+
provider: ./scripts/publish-gh-pages
11+
on:
12+
branch: master

scripts/publish-gh-pages.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
npm run all:build
3+
gh-pages -d dist/demo --repo https://${GH_TOKEN}@github.com/rucken/todo-ionic.git

0 commit comments

Comments
 (0)