build: Simplify Travis configuration
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 24 Feb 2017 03:33:32 +0000 (19:33 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 24 Feb 2017 03:33:32 +0000 (19:33 -0800)
commit407f6b6be8aae4e3792e07f8cc6cefe8d53ce2a4
treec96b871e64281f1b1aa599a053215c3b4f0a9a37
parentbcd14194dd932df31600a37f0a65d873b5b63420
build: Simplify Travis configuration

* Remove redundant 'group: edge'. Use the default (stable) instead.
* Use simplified syntax for apt packages. On sudo-enabled VMs, like we
  use now, this translates to the same command. But has the benefit
  of being compatible with the fast non-sudo containers, which we
  want to use in the future. But, for that, djvulibre-bin needs to
  be approved first.
  <https://github.com/travis-ci/apt-package-whitelist/issues/4036>

Bug: T75176
Change-Id: I3b42763ef3f8f08eec08a9008e5cf1e161bb1dff
.travis.yml