Skip to content

Commit

Permalink
[issue-94] Configure travis build to use JDK 8 (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: Vijay Srinivasaraghavan <[email protected]>
  • Loading branch information
vijikarthi authored and fpj committed Jun 25, 2019
1 parent 8be4c56 commit 6f0d855
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
# http://www.apache.org/licenses/LICENSE-2.0
#
language: java
install: true
jdk:
- openjdk8

# the secure configurations in env: section is for BINTRAY_USER=<USER> and BINTRAY_KEY=<KEY> properties
# which will be used for publishing artifacts to snapshot repository
env:
Expand Down

0 comments on commit 6f0d855

Please sign in to comment.