Travis: Remove use of sudo to enable use container-based builds

This commit is contained in:
Yuri Kunde Schlesner 2015-07-10 19:21:39 -03:00
parent ac7bc214ab
commit 73b6a715ee
4 changed files with 28 additions and 10 deletions

View file

@ -7,7 +7,6 @@ if [ "$TRAVIS_BRANCH" = "master" ]; then
UPLOAD_DIR="/citra/nightly/linux-amd64"
mkdir "$REV_NAME"
sudo apt-get -qq install lftp
cp build/src/citra/citra "$REV_NAME"
cp build/src/citra_qt/citra-qt "$REV_NAME"
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then