summaryrefslogtreecommitdiffstats
path: root/.travis-upload.sh
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-07-12 03:02:29 +0200
committerbunnei <bunneidev@gmail.com>2015-07-12 03:02:29 +0200
commitd5f5666f460cfbfc1f4b20c6b60e5636c97050bb (patch)
treea0c002a8a35ce29321699dc5c40a972bcb9a5ace /.travis-upload.sh
parentMerge pull request #919 from yuriks/styleguide (diff)
parentTravis: Replace `before_install` with `install` (diff)
downloadyuzu-d5f5666f460cfbfc1f4b20c6b60e5636c97050bb.tar
yuzu-d5f5666f460cfbfc1f4b20c6b60e5636c97050bb.tar.gz
yuzu-d5f5666f460cfbfc1f4b20c6b60e5636c97050bb.tar.bz2
yuzu-d5f5666f460cfbfc1f4b20c6b60e5636c97050bb.tar.lz
yuzu-d5f5666f460cfbfc1f4b20c6b60e5636c97050bb.tar.xz
yuzu-d5f5666f460cfbfc1f4b20c6b60e5636c97050bb.tar.zst
yuzu-d5f5666f460cfbfc1f4b20c6b60e5636c97050bb.zip
Diffstat (limited to '.travis-upload.sh')
-rw-r--r--.travis-upload.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis-upload.sh b/.travis-upload.sh
index 0904b646a..3a15e8f6a 100644
--- a/.travis-upload.sh
+++ b/.travis-upload.sh
@@ -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