drop unused valgrind package from installation

... and remove explicit gcc installation (will be installed with g++
automatically)
This commit is contained in:
Herbert Thielen 2017-09-05 17:39:04 +02:00
parent 7c6353d29a
commit beca85ff4a

View File

@ -22,10 +22,8 @@ addons:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- gcc-4.9
- g++-4.9
- clang-3.7
- valgrind
os:
- linux
- osx