From eaa1fd36a7d91854fef65b109b4380351d9b310c Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sun, 18 Feb 2018 13:21:29 +0000 Subject: [PATCH] travis: Switch 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 a4510d49..1401219e 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/yuzu-emu/unicorn +git clone https://github.com/MerryMage/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 a4510d49..1401219e 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/yuzu-emu/unicorn +git clone https://github.com/MerryMage/unicorn cd unicorn UNICORN_ARCHS=aarch64 ./make.sh cd ../..