diff options
Diffstat (limited to '.travis-upload.sh')
| -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 | |||
| 7 | UPLOAD_DIR="/citra/nightly/linux-amd64" | 7 | UPLOAD_DIR="/citra/nightly/linux-amd64" |
| 8 | mkdir "$REV_NAME" | 8 | mkdir "$REV_NAME" |
| 9 | 9 | ||
| 10 | sudo apt-get -qq install lftp | ||
| 11 | cp build/src/citra/citra "$REV_NAME" | 10 | cp build/src/citra/citra "$REV_NAME" |
| 12 | cp build/src/citra_qt/citra-qt "$REV_NAME" | 11 | cp build/src/citra_qt/citra-qt "$REV_NAME" |
| 13 | elif [ "$TRAVIS_OS_NAME" = "osx" ]; then | 12 | elif [ "$TRAVIS_OS_NAME" = "osx" ]; then |