Travis: Remove use of sudo to enable use container-based builds
This commit is contained in:
parent
ac7bc214ab
commit
73b6a715ee
4 changed files with 28 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue