Skip to content

Commit

Permalink
Fix 2.0 (#321)
Browse files Browse the repository at this point in the history
* fix doc, distrib and pkg

* go to dmg
  • Loading branch information
firm1 authored Aug 3, 2020
1 parent 5ba707f commit 2876623
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ language: java
jdk:
- oraclejdk11

branches:
only:
- master

matrix:
include:
- os: linux
dist: trusty
dist: bionic
sudo: required
TARGET: deb
- os: linux
dist: trusty
dist: bionic
sudo: required
TARGET: rpm
- os: osx
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def linuxOs = project.hasProperty('linuxTarget') ? project.property('linuxTarget
if (os.isLinux()) {
jPkgInstallerType = linuxOs
} else if (os.isMacOsX()) {
jPkgInstallerType = 'pkg'
jPkgInstallerType = 'dmg'
} else if (os.isWindows()) {
jPkgInstallerType = 'msi'
}
Expand Down

0 comments on commit 2876623

Please sign in to comment.