Skip to content

Commit

Permalink
Add AppImage to travis build matrix rather than as another build file…
Browse files Browse the repository at this point in the history
…. (Why is this hard in travis?)
  • Loading branch information
grahamrow committed Jan 21, 2018
1 parent 48e23ca commit c6e3b2c
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 @@ -10,7 +10,8 @@ matrix:
include:
- os: linux
env: DEPLOY_FILE=Muview.tar.gz
env: APP_FILE=Muview2-x86_64.AppImage
- os: linux
env: DEPLOY_FILE=Muview2-x86_64.AppImage
- os: osx
env: DEPLOY_FILE=Muview.dmg
addons:
Expand Down

0 comments on commit c6e3b2c

Please sign in to comment.