Repository: incubator-distributedlog Updated Branches: refs/heads/master f826a3a26 -> 8cf26ece1
Disable travis ci on linux The travis ci on linux seems to be unstable than on mac, so try to disable travis ci on linux image now. Author: jiazhai <[email protected]> Reviewers: Sijie Guo <[email protected]> Closes #26 from jiazhai/zhaijia/disable_linux_ci Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/8cf26ece Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/8cf26ece Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/8cf26ece Branch: refs/heads/master Commit: 8cf26ece100aa028f5d54c4275e6837bbbd5ba6d Parents: f826a3a Author: jiazhai <[email protected]> Authored: Tue Sep 13 00:27:20 2016 -0700 Committer: Sijie Guo <[email protected]> Committed: Tue Sep 13 00:27:20 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/8cf26ece/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 74ff391..e5ee4db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ language: java matrix: include: - - os: linux - jdk: oraclejdk8 - os: osx osx_image: xcode8
