Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayli committed Mar 26, 2015
1 parent 203f919 commit d1dd9b7
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
Expand Up @@ -6,8 +6,9 @@ script: ./build-ubuntu.sh -j$(nproc) && tar czvf ffmpeg.tar.gz target/

deploy:
provider: releases
api_key: "GITHUB OAUTH TOKEN"
api_key:
secure: I0EWMVDiP1YZ8a7EK9yGxgcWLejaqr+YAHXgROmiof5SSyD3AmyYjzk13uA2mlMay0BI/zxAZRqGP/c48C8j+/7Zcdc8whwMQ8tnz5vffqtYQGFouiwZtIZtEbYpZOANHkgkh8w5qYqhhxHgMFM4EU4nkjh+PkICIYT2xM8E5mk=
file: ffmpeg.tar.gz
skip_cleanup: true
on:
tags: true
repo: mayli/ffmpeg-static-build
branch: master

0 comments on commit d1dd9b7

Please sign in to comment.