Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
林檎 authored and 林檎 committed Apr 16, 2017
1 parent 71cf629 commit 8969f75
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ install: false
script: ./build.sh

deploy:
- provider: releases
api_key: '$GITHUB_API_KEY'
file_glob: true
file: "*.zip"
skip_cleanup: true
on:
tags: true
- provider: pages
api_key: '$GITHUB_API_KEY'
file_glob: true
file: "*.zip"
skip_cleanup: true
on:
tags: true
provider: releases
api_key: '$GITHUB_API_KEY'
file_glob: true
file: "*.zip"
skip_cleanup: true
on:
tags: true

# - provider: pages
# api_key: '$GITHUB_API_KEY'
# file_glob: true
# file: "*.zip"
# skip_cleanup: true
# on:
# tags: true

0 comments on commit 8969f75

Please sign in to comment.