Skip to content

Commit

Permalink
Try to build executable in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokosi committed Feb 27, 2019
1 parent 141bc94 commit e7a6d39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: java

jdk:
- openjdk11
- openjdk11

services:
- docker

before_deploy:
- ./generate-executable.sh

0 comments on commit e7a6d39

Please sign in to comment.