blob: d1d5c913bad32cd42ea2dfbfdf8996faaac20607 [file] [log] [blame]
#!/bin/bash
# Fail the whole script if any command fails
set -e
export SHELLOPTS
./.travis-build-without-test.sh
ant all
ant check-style
# TODO: when codebase is reformatted
# ant check-format
# TODO: When we require Java 8 for compilation:
# ant html-validate