From 5ba0986155a379fa45f724107ed3e03d68f6fc12 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 10 Sep 2014 17:48:43 -0700 Subject: [PATCH] Run ppc tests with ivm + x64. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 43db40bf3..44fccc621 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,5 @@ before_script: # Run test suite. script: - ./build/xenia/Debug/alloy-test - - ./build/xenia/Debug/alloy-ppc-test + - ./build/xenia/Debug/alloy-ppc-test --runtime_backend=ivm + - ./build/xenia/Debug/alloy-ppc-test --runtime_backend=x64