Removed packages from travis config as they are either already installed or unused

This commit is contained in:
Snaipe 2015-08-07 14:15:43 +02:00
parent d47fc48257
commit eba6c030e3

View file

@ -5,12 +5,6 @@ os:
compiler:
- gcc
sudo: false
addons:
apt:
packages:
- check
- gettext
- cmake
before_install:
- export LOCAL_INSTALL="$HOME"
- ".ci/install-libcsptr.sh"