Skip to content

Commit

Permalink
zqscm
Browse files Browse the repository at this point in the history
  • Loading branch information
cxumol authored Nov 4, 2017
1 parent 64a23ab commit fc356c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: python
script:
- wget -m -k -p "http://zqpythonic.qiniucdn.com/tree/" || echo "0"
- zip -r zq.pythonic.zip ./*
- export F="zq.scm"
- wget -m -k -p "http://zqscm.qiniucdn.com/tree/" || echo "0"
- zip -r $F.zip ./*
deploy:
provider: releases
api_key: $tk
file: ./zq.pythonic.zip
file: ./$F.zip
skip_cleanup: true
on:
branch: master

0 comments on commit fc356c6

Please sign in to comment.