diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-10-12 19:26:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 19:26:12 +0200 |
commit | b97f340f012a9d86366cfc8107b4beb70b1a2e26 (patch) | |
tree | 7747029dadf9e39051cafcfec9420c703b1e6e1d /.travis/linux/deps.sh | |
parent | common/fs/path_util: Slightly refactor PathManagerImpl's constructor (diff) | |
parent | Build system: remove references to travis (diff) | |
download | yuzu-b97f340f012a9d86366cfc8107b4beb70b1a2e26.tar yuzu-b97f340f012a9d86366cfc8107b4beb70b1a2e26.tar.gz yuzu-b97f340f012a9d86366cfc8107b4beb70b1a2e26.tar.bz2 yuzu-b97f340f012a9d86366cfc8107b4beb70b1a2e26.tar.lz yuzu-b97f340f012a9d86366cfc8107b4beb70b1a2e26.tar.xz yuzu-b97f340f012a9d86366cfc8107b4beb70b1a2e26.tar.zst yuzu-b97f340f012a9d86366cfc8107b4beb70b1a2e26.zip |
Diffstat (limited to '.travis/linux/deps.sh')
-rwxr-xr-x | .travis/linux/deps.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis/linux/deps.sh b/.travis/linux/deps.sh deleted file mode 100755 index 8d23c517d..000000000 --- a/.travis/linux/deps.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -ex - -docker pull yuzuemu/build-environments:linux-fresh |