Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
more build fixes:
Browse files Browse the repository at this point in the history
- use later osx image for travis
- use only appimage build in linux
  • Loading branch information
ikreymer committed Aug 1, 2019
1 parent b0eb4e3 commit 8a590c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ matrix:
node_js:
- "10"
- os: osx
osx_image: xcode10.2
language: node_js
node_js:
- "10"
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
"target": "dmg"
},
"linux": {
"category": "Archiving;Utility;"
"category": "Archiving;Utility;",
"target": [
"AppImage"
]
},
"win": {
"target": "portable"
Expand Down

0 comments on commit 8a590c7

Please sign in to comment.