about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2019-01-10 16:06:15 -0800
committerGitHub <noreply@github.com>2019-01-10 16:06:15 -0800
commitdf6040f077e6b61ae69a9a3e8408db00eab43c12 (patch)
treeb658556cd47e5efb7d7abde7d4c4415c3626c32e /.travis.yml
parenteedd7c6aa8651b39b189389ccd27c2257800e65b (diff)
downloadfocaccia-miasm-df6040f077e6b61ae69a9a3e8408db00eab43c12.tar.gz
focaccia-miasm-df6040f077e6b61ae69a9a3e8408db00eab43c12.zip
remove unnecessary apt packages from travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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