Skip to content

Commit 4364899

Browse files
author
yizuo
committed
updated travis
1 parent e077ff6 commit 4364899

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ install:
99
- pip install requests
1010
script: pytest
1111
deploy:
12-
provider: pages
12+
provider: releases
13+
api_key: $GITHUB_TOKEN
14+
file: "./MyStory.apk"
1315
skip-cleanup: true
14-
github_token: $GITHUB_TOKEN
15-
keep_history: true
1616
on:
17-
branch: master
17+
tags: true

0 commit comments

Comments
 (0)