This is an automated email from the ASF dual-hosted git repository.
mmiklavcic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git
The following commit(s) were added to refs/heads/master by this push:
new 7f073b8 METRON-1951: Add site-book generation to Travis build
(mmiklavc) closes apache/metron#1310
7f073b8 is described below
commit 7f073b863c5ab5a420b34f83f27297a7674640bf
Author: mmiklavc <[email protected]>
AuthorDate: Fri Dec 21 13:00:37 2018 -0700
METRON-1951: Add site-book generation to Travis build (mmiklavc) closes
apache/metron#1310
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 3a73d7e..58f8861 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,7 @@ addons:
env:
- SCRIPT="mvn surefire:test@unit-tests -T 2C"
- SCRIPT="mvn surefire:test@integration-tests"
+ - SCRIPT="mvn clean site --projects site-book"
- SCRIPT="mvn test --projects
metron-interface/metron-config,metron-interface/metron-alerts"
- SCRIPT="./dev-utilities/build-utils/verify_licenses.sh"