asdf-java/.travis.yml
mig4 ec22f32477
Run tests against branch/PR instead master
Use Travis variables to pass the location where relevant code (i.e. the
branch/PR being tested) is checked out on the worker instead of passing
repo master URL to `plugin-test` command.

Closes #21
2018-10-30 06:27:14 +00:00

9 lines
166 B
YAML

language: c
script: asdf plugin-test java $TRAVIS_BUILD_DIR
before_script:
- git clone https://github.com/asdf-vm/asdf.git
- . asdf/asdf.sh
os:
- linux
- osx