java-locator 0.1.1

Locates a Java installation in the host.
Documentation
dist: trusty
language: java

rust:
  - stable

matrix:
  include:
    - os: osx
      osx_image: xcode10.2
      script:
        - echo "-----------TESTS"
        - /usr/libexec/java_home
        - echo "-----------"
        - cargo test --lib -- --nocapture
    - os: linux
      jdk: openjdk11
      script:
        - cargo test --lib -- --nocapture

before_install:
  - curl https://sh.rustup.rs -sSf | sh -s -- -y
  - source ~/.cargo/env