.travis.yml: Add aarch64-* targets
authorAlex Bennée <alex.bennee@linaro.org>
Sat, 4 Jan 2014 22:15:48 +0000 (22:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jan 2014 19:07:20 +0000 (19:07 +0000)
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>
.travis.yml

index 90f167630af116cdc06a36f4f984b15ad0cd0243..c7ff4da29c8f64de64f5583e263a2690679672e1 100644 (file)
@@ -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