Fix a shellcheck warning when setting a variable to the empty string

This commit is contained in:
Ben Liblit 2018-03-05 11:56:32 -06:00
parent 361b689966
commit 3cb91d1e67

View File

@ -2,7 +2,7 @@
case "$TRAVIS_OS_NAME" in
(linux) headless=xvfb-run ;;
(osx) headless= ;;
(osx) headless='' ;;
esac
$headless ./gradlew --continue build javadoc lintGradle