Repository: tapestry-5 Updated Branches: refs/heads/master bf258ea96 -> 1b6d21535
make sure that a recent Firefox is available for the Travis CI builds Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/1b6d2153 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1b6d2153 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1b6d2153 Branch: refs/heads/master Commit: 1b6d2153593e71b2fdd4868fb0c529be182e0789 Parents: bf258ea Author: Jochen Kemnade <[email protected]> Authored: Tue Oct 10 08:51:53 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Oct 10 08:51:53 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1b6d2153/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c9a9a10..f59f06c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,6 @@ sudo: false notifications: email: - [email protected] + +addons: + firefox: "latest"
