diff options
| author | Stephen <stephengroat@users.noreply.github.com> | 2019-01-10 16:06:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-10 16:06:15 -0800 |
| commit | df6040f077e6b61ae69a9a3e8408db00eab43c12 (patch) | |
| tree | b658556cd47e5efb7d7abde7d4c4415c3626c32e /.travis.yml | |
| parent | eedd7c6aa8651b39b189389ccd27c2257800e65b (diff) | |
| download | focaccia-miasm-df6040f077e6b61ae69a9a3e8408db00eab43c12.tar.gz focaccia-miasm-df6040f077e6b61ae69a9a3e8408db00eab43c12.zip | |
remove unnecessary apt packages from travis
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 4b05b65f..60c4defd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,6 @@ addons: apt: sources: ['llvm-toolchain-trusty-6.0', 'ubuntu-toolchain-r-test'] packages: - - make - - gcc - - python-virtualenv - - unzip - llvm-6.0 - llvm-6.0-dev - g++-5 |