Commit cf1fbd8d9c7ab1828a07e15efe4210ca41ff8de8
1 parent
25033623
Exists in
web_steps_improvements
and in
6 other branches
travis: only install needed packages
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
.travis.yml
... | ... | @@ -19,15 +19,8 @@ cache: bundler |
19 | 19 | addons: |
20 | 20 | apt: |
21 | 21 | packages: |
22 | - - po4a | |
23 | - - iso-codes | |
24 | 22 | - tango-icon-theme |
25 | 23 | - pidgin-data |
26 | - # for gem extensions | |
27 | - - libmagickwand-dev | |
28 | - - libpq-dev | |
29 | - - libreadline-dev | |
30 | - - libxslt1-dev | |
31 | 24 | artifacts: |
32 | 25 | paths: |
33 | 26 | - $(ls tmp/artifact* | tr "\n" ":") | ... | ... |