WALA/travis/script-gradle

9 lines
206 B
Plaintext
Raw Normal View History

# -*- mode: sh; sh-shell: sh -*-
case "$TRAVIS_OS_NAME" in
(linux) headless=xvfb-run ;;
(osx) headless='' ;;
esac
$headless ./gradlew --continue --no-build-cache --stacktrace build javadoc lintGradle