aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2013-11-21 16:59:37 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-12-22 22:35:29 +0000
commite5f1dcb235e0a5152782324b44eb9d75635334ca (patch)
tree18bd57f8c481d16cdc8b798b7ff6795d1bb84ebf
parent8ec0d705bfebab210a8d88b7a8fbe4ef1bdab561 (diff)
.travis.yml: Add aarch64-* targets
Now the AArch64 targets are in mainline we can include them in our Travis test matrix. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 90f167630a..c7ff4da29c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ env:
matrix:
- TARGETS=alpha-softmmu,alpha-linux-user
- TARGETS=arm-softmmu,arm-linux-user
+ - TARGETS=aarch64-softmmu,aarch64-linux-user
- TARGETS=cris-softmmu
- TARGETS=i386-softmmu,x86_64-softmmu
- TARGETS=lm32-softmmu