Run apt-get with sudo and -qq like suggested in travis documentation

Documentation though suggests using before_install. Not sure why.
This commit is contained in:
ZyX 2014-01-13 21:48:09 +04:00
parent b55c5da336
commit d1793fac61
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ if python -c 'import sys; sys.exit(1 * (sys.version_info[0] != 2))' ; then
pip install unittest2 argparse
fi
fi
apt-get install zsh screen
sudo apt-get install -qq zsh screen
true