Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonx22 authored Dec 30, 2017
1 parent de9f965 commit b992a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ script:
- cd CorgiDS
- qmake CorgiDS.pro
- make
- ls
- zip corgids-linux.zip CorgiDS

deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: CorgiDS
file: corgids-linux.zip
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit b992a06

Please sign in to comment.