Skip to content

Commit

Permalink
Fix Travis repo connection (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvanderbeck committed Nov 23, 2015
1 parent fde33da commit 8a88265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- '2.7'
before_install:
- git log --no-merges -n 1 > changes.md
- git log --no-merges -n 1 > changes.md
install:
- pip install -r requirements.txt
script:
Expand All @@ -11,7 +11,7 @@ script:
deploy:
provider: releases
api_key:
secure: LRM8ZzPgJUALKL7/ls9RvqmFoksE+Gq7+ud+l5ha+by7ptb1FWRXEjIWoELC8ieFioAi2aXKcYASKnwkIqmcwkH556mK+E4xaohdqN1jndVYxbe/Dle+cHO0G6vRjQWPJdp17sLlKKBfrt0p+JblqVf5tS3GoR5MVMeZp5/xThY=
secure: Wm7wncirAYROoMUb5wQ+F+FJcqJ94ROgNTCZkTAO8EniR/WmN66fOBYOoAQkxjPaVlH0yZGmVKrBkuI58B6o8X2hCVaCfUz7611JxwQvcpX5YZaMO1yH1ukr5kGXnE+iVE/ebA06WSincnnNKC+Sx/AWZaCoFjEHnHSeSGADMsw=
file_glob: true
file:
- TestFlightCore*.zip
Expand All @@ -25,7 +25,7 @@ deploy:
notifications:
irc:
channels:
- irc.esper.net#TestFlight
- irc.esper.net#RO
skip_join: true
use_notice: true
on_success: change
Expand Down

0 comments on commit 8a88265

Please sign in to comment.