Repository: reef Updated Branches: refs/heads/master b37cc1f0a -> 2d0246926
[REEF-1858] Pin the Travis tests to Ubuntu `precise` Added `dist: precise` to `.travis.yml` to stay on the older Ubuntu release. JIRA: [REEF-1858](https://issues.apache.org/jira/browse/REEF-1858) Pull Request: This closes #1358 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/2d024692 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/2d024692 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/2d024692 Branch: refs/heads/master Commit: 2d024692645abc9e463d1ad9afd8fcc7b6293ca1 Parents: b37cc1f Author: Markus Weimer <[email protected]> Authored: Mon Aug 7 15:26:22 2017 -0700 Committer: Markus Weimer <[email protected]> Committed: Tue Aug 8 10:25:54 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/2d024692/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index fe414a4..e460051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ sudo: false language: java +dist: precise + jdk: - oraclejdk7 - oraclejdk8
