diff options
author | Emil Velikov <[email protected]> | 2017-04-06 14:09:58 +0100 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2017-05-02 12:09:01 +0300 |
commit | 81a63f6f4a636bd5f7ee9083d7341741800ddd25 (patch) | |
tree | 9c433526803e31e6afb5a258d04b2972a8768a64 /.travis.yml | |
parent | 77917c27f73f80289126cceca291e71ec4691f2a (diff) |
travis: remove unused -dev packages
We effectively override libdrm-dev and libxcb-dri2-0-dev since we build
and install the package locally.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Andres Gomez <[email protected]>
(cherry picked from commit ae713a7b79f60b45befea7c40b6d2aa3d3789441)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 257b88be555..a39c633a184 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,8 @@ addons: sources: - llvm-toolchain-trusty-3.9 packages: - - libdrm-dev - x11proto-xf86vidmode-dev - libexpat1-dev - - libxcb-dri2-0-dev - libx11-xcb-dev # LLVM packaging is broken and misses these dependencies - libedit-dev |