Repository: incubator-hawq
Updated Branches:
  refs/heads/master 1cb29096c -> 0bc2c8c01


HAWQ-1274. Add apache rat check in travis CI.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/0bc2c8c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/0bc2c8c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/0bc2c8c0

Branch: refs/heads/master
Commit: 0bc2c8c01d942a0be14323b02cf34df4c1953d22
Parents: 1cb2909
Author: xunzhang <xunzhang...@gmail.com>
Authored: Sat Jan 14 01:50:53 2017 -0500
Committer: xunzhang <xunzhang...@gmail.com>
Committed: Sat Jan 14 09:41:16 2017 -0500

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/0bc2c8c0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index cd3d3e9..4dce250 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ install:
     libevent
     bison
     cpanm
+    maven
   - brew reinstall python
   - brew outdated libyaml || brew upgrade libyaml
   - brew outdated json-c || brew upgrade json-c
@@ -31,6 +32,7 @@ install:
   - sudo cpanm install JSON
 
 before_script:
+  - mvn apache-rat:check
   - cd $TRAVIS_BUILD_DIR
   - ./configure
 

Reply via email to