From 12173a87920b2024cdb3816fc2686f30589bf4d7 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Thu, 8 Feb 2018 19:48:04 +0000 Subject: [PATCH] travis: Switch to yuzu-emu's unicorn repository --- .travis/sse3-only-on-x86_64-linux/deps.sh | 2 +- .travis/test-a64-on-x86_64-linux/deps.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/sse3-only-on-x86_64-linux/deps.sh b/.travis/sse3-only-on-x86_64-linux/deps.sh index 1401219e..a4510d49 100755 --- a/.travis/sse3-only-on-x86_64-linux/deps.sh +++ b/.travis/sse3-only-on-x86_64-linux/deps.sh @@ -6,7 +6,7 @@ set -x # TODO: This isn't ideal. cd externals git clone https://github.com/MerryMage/ext-boost -git clone https://github.com/MerryMage/unicorn +git clone https://github.com/yuzu-emu/unicorn cd unicorn UNICORN_ARCHS=aarch64 ./make.sh cd ../.. diff --git a/.travis/test-a64-on-x86_64-linux/deps.sh b/.travis/test-a64-on-x86_64-linux/deps.sh index 1401219e..a4510d49 100755 --- a/.travis/test-a64-on-x86_64-linux/deps.sh +++ b/.travis/test-a64-on-x86_64-linux/deps.sh @@ -6,7 +6,7 @@ set -x # TODO: This isn't ideal. cd externals git clone https://github.com/MerryMage/ext-boost -git clone https://github.com/MerryMage/unicorn +git clone https://github.com/yuzu-emu/unicorn cd unicorn UNICORN_ARCHS=aarch64 ./make.sh cd ../..