Repository: incubator-rocketmq Updated Branches: refs/heads/master 1c529533e -> 7f33508fb
Use xcode8 for osx test Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/7f33508f Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/7f33508f Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/7f33508f Branch: refs/heads/master Commit: 7f33508fbd5fe3cfb3fe74d696db489a04297f37 Parents: 1c52953 Author: yukon <[email protected]> Authored: Wed Jan 18 00:27:56 2017 +0800 Committer: yukon <[email protected]> Committed: Wed Jan 18 00:27:56 2017 +0800 ---------------------------------------------------------------------- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/7f33508f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0019310..f82c45a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ jdk: - oraclejdk8 - oraclejdk7 - openjdk7 +matrix: + include: + - os: osx + osx_image: xcode8 #script: # - travis_retry mvn --batch-mode clean apache-rat:check
