asdf-java/.travis.yml

15 lines
406 B
YAML
Raw Permalink Normal View History

language: minimal
script: asdf plugin-test java "$TRAVIS_BUILD_DIR" --asdf-plugin-gitref "$TRAVIS_COMMIT" --asdf-tool-version "adoptopenjdk-15.0.2+7"
2017-10-15 12:13:36 +08:00
before_script:
2019-09-10 03:44:40 +08:00
- git clone https://github.com/asdf-vm/asdf.git
- . asdf/asdf.sh
matrix:
include:
- os: linux
dist: focal
- os: linux
arch: arm64
dist: focal
2019-09-10 03:44:40 +08:00
- os: osx
install: HOMEBREW_NO_AUTO_UPDATE=1 brew install jq