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 73faf8c commit 3bc63a9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
os:
- osx
- linux

matrix:
include:
- os: linux
env: DEPLOY_FILE=corgids-linux.zip
- os: osx
env: DEPLOY_FILE=corgids-mac.zip

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt5; fi
Expand All @@ -22,7 +29,7 @@ script:
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: corgids-linux.zip
file: $DEPLOY_FILE
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 3bc63a9

Please sign in to comment.