Enable the store-after-load litmus test to be run on travis-CI. 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 f30b10e..881ba9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,3 +99,6 @@ matrix: - sudo apt-get build-dep -qq qemu - wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ - git submodule update --init --recursive +after_success: + - cd tests/tcg/mttcg/x86 + - make tests -- 2.9.2