asdf-gradle/.travis.yml

9 lines
211 B
YAML
Raw Permalink Normal View History

2017-07-21 12:56:52 +08:00
language: c
script: asdf plugin-test gradle https://github.com/rfrancis/asdf-gradle.git 'gradle -v'
before_script:
- git clone https://github.com/asdf-vm/asdf.git asdf
- . asdf/asdf.sh
os:
- linux
- osx