Turn on proper regression testing in Travis-CI

Many tests are excluded until
<https://github.com/liblit/WALA/issues/5> is fixed.  But we can at
least have Travis-CI watching over our shoulder to ensure that
no *new* regressions sneak into the tree.
This commit is contained in:
Ben Liblit 2018-01-17 15:02:04 -06:00
parent 5c30dd7581
commit 5040019cec
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# -*- mode: sh; sh-shell: sh -*-
xvfb-run ./gradlew testClasses javadoc
xvfb-run ./gradlew build javadoc lintGradle