Signed-off-by: Pranith Kumar <bobby.pr...@gmail.com> --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 881ba9d..f84f800 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ addons: - libvte-2.90-dev - sparse - uuid-dev + - gcc-aarch64-linux-gnu # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu # to prevent IRC notifications from forks. This was created using: @@ -102,3 +103,5 @@ matrix: after_success: - cd tests/tcg/mttcg/x86 - make tests + - cd ../aarch64 + - make tests -- 2.9.2