Repository: twill Updated Branches: refs/heads/master 4356c283e -> 52dc2f490
Update travis to run on dist: precise Project: http://git-wip-us.apache.org/repos/asf/twill/repo Commit: http://git-wip-us.apache.org/repos/asf/twill/commit/52dc2f49 Tree: http://git-wip-us.apache.org/repos/asf/twill/tree/52dc2f49 Diff: http://git-wip-us.apache.org/repos/asf/twill/diff/52dc2f49 Branch: refs/heads/master Commit: 52dc2f490e93816395055a9fa9349bd052967156 Parents: 4356c28 Author: Terence Yim <[email protected]> Authored: Wed Aug 9 15:13:46 2017 -0700 Committer: Terence Yim <[email protected]> Committed: Wed Aug 9 15:13:46 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/twill/blob/52dc2f49/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8cb390e..93cf462 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ language: java +# Run it on precise, until figure out how to make jdk7 works (or no longer needs to support jdk7). +dist: precise + jdk: - oraclejdk7 - oraclejdk8
