Add test target to travis.

Now that tests are not run during typical build, add the test target to Travis explicitly.
This commit is contained in:
Sam Pottinger
2019-11-25 18:11:32 -08:00
parent 7efe9b0c85
commit 388cc1677d

View File

@@ -24,3 +24,4 @@ before_script:
script:
- ant clean
- ant build
- ant test