diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-07-11 00:21:39 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-07-11 01:00:59 +0200 |
commit | 73b6a715eeb8a837d6528921a4ad00f7a1c7aa17 (patch) | |
tree | 6fea8104fe5165482f0fe7c8edaa019f1991eb82 /.travis-upload.sh | |
parent | Merge pull request #906 from aroulin/loader-format-specifier-warning (diff) | |
download | yuzu-73b6a715eeb8a837d6528921a4ad00f7a1c7aa17.tar yuzu-73b6a715eeb8a837d6528921a4ad00f7a1c7aa17.tar.gz yuzu-73b6a715eeb8a837d6528921a4ad00f7a1c7aa17.tar.bz2 yuzu-73b6a715eeb8a837d6528921a4ad00f7a1c7aa17.tar.lz yuzu-73b6a715eeb8a837d6528921a4ad00f7a1c7aa17.tar.xz yuzu-73b6a715eeb8a837d6528921a4ad00f7a1c7aa17.tar.zst yuzu-73b6a715eeb8a837d6528921a4ad00f7a1c7aa17.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis-upload.sh | 1 |
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 |