Repository: qpid-dispatch Updated Branches: refs/heads/0.8.x 9f76e3228 -> d4a6cc538
DISPATCH-774: Remove Apache RAT check from .travis.yml Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/d4a6cc53 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/d4a6cc53 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/d4a6cc53 Branch: refs/heads/0.8.x Commit: d4a6cc5383cb22195cdd40cb88746624c828ccac Parents: 9f76e32 Author: Alan Conway <[email protected]> Authored: Tue May 16 14:55:35 2017 -0400 Committer: Alan Conway <[email protected]> Committed: Tue May 16 14:55:35 2017 -0400 ---------------------------------------------------------------------- .travis.yml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/d4a6cc53/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c761aa5..ff1c41f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,6 @@ addons: - python2.7-dev - sasl2-bin - swig - - maven install: - PREFIX=$PWD/install @@ -57,4 +56,3 @@ before_script: script: - ctest -V - popd -- mvn apache-rat:check --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
