Commit 591ff1ff authored by Alex Bennée's avatar Alex Bennée
Browse files

.travis.yml: enable aarch64-softmmu and alpha-softmmu tcg tests

parent 8d8a8ab5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,5 +284,5 @@ matrix:

    # Run check-tcg against softmmu targets
    - env:
        - CONFIG="--target-list=xtensa-softmmu,arm-softmmu"
        - CONFIG="--target-list=xtensa-softmmu,arm-softmmu,aarch64-softmmu,alpha-softmmu"
        - TEST_CMD="make -j3 check-tcg V=1"