Repository: parquet-format Updated Branches: refs/heads/master 66452fc8b -> 6fb508a16
PARQUET-1102: Fix Travis CI builds for pull requests Travis CI migrated the default Ubuntu image version from precise to trusty on Sep 1st, 2017. This is probably the reason why all PR builds sent after Sep 1st failed. This PR tries to work around this issue by sticking to Ubuntu precise. We should migrate the build to Ubuntu trusty later, though. Author: Cheng Lian <[email protected]> Closes #66 from liancheng/fix-pr-builds and squashes the following commits: 3cfce8e [Cheng Lian] Stick to Ubuntu precise on Travis CI Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/6fb508a1 Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/6fb508a1 Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/6fb508a1 Branch: refs/heads/master Commit: 6fb508a1625eea366aed83b57de3175b3261883e Parents: 66452fc Author: Cheng Lian <[email protected]> Authored: Tue Sep 12 18:44:02 2017 -0700 Committer: Cheng Lian <[email protected]> Committed: Tue Sep 12 18:44:02 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/6fb508a1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index f60695a..dc339c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: java +dist: precise before_install: - sudo apt-get update -qq - sudo apt-get install -qq protobuf-compiler
