Skip to content

Commit

Permalink
(Travis) Deploy as a Github draft
Browse files Browse the repository at this point in the history
  • Loading branch information
tlecomte committed Feb 7, 2016
1 parent bb42b08 commit 0bf6f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
before_install:
- brew update
- sed -i '.bak' -e 's/#{MacOS.version}/10.6/g' $(brew --repo)/Library/Formula/python3.rb
- sed -i '.bak' -e 's/#{MacOS.version}/10.6/g' $(brew --repo)/Library/Formula/pyqt5.rb
- brew install python3 --build-from-source
- which python3
- python3 --version
Expand Down Expand Up @@ -40,7 +41,7 @@ script:
#- ls -l
deploy:
provider: releases
prerelease: true
draft: true
api_key:
secure: N19tf9SJmo3KluUL3DjGMxTTGaa9/qu6UNxqPtOyRu/StSzU1yeh1D8oZr+qYl6tWeqogvSWKlDw78Dp1c4Ro0IQB7ebgxT4YJGF6DeuCo1gvi1uE84Xh+Hl+Y4urS52F3ABSAHejhYhJW7XxsrA3MCiz56S7OEsuDp1u4fG8LM=
file: dist/$DMG_FILENAME
Expand Down

0 comments on commit 0bf6f12

Please sign in to comment.