Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bugdone/headshotbox into …
Browse files Browse the repository at this point in the history
…custom_demos
  • Loading branch information
tam1m committed Nov 24, 2019
2 parents 1933850 + 6fd7e36 commit 20e45ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ script: ./build-travis.sh

jdk: oraclejdk9

matrix:
include:
- jdk: openjdk9
before_install:
- rm "${JAVA_HOME}/lib/security/cacerts"
- ln -s /etc/ssl/certs/java/cacerts "${JAVA_HOME}/lib/security/cacerts"

deploy:
provider: releases
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject
hsbox "0.18.0"
hsbox "0.18.1"
:description "Headshot Box"
:url "http://headshotbox.github.io"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 20e45ad

Please sign in to comment.