
20 Sep
2017
20 Sep
'17
7:02 a.m.
Hi Tuomas,
On Wed, Sep 20, 2017 at 4:18 AM, Tuomas Tynkkynen tuomas.tynkkynen@iki.fi wrote:
Note that this commit requires https://github.com/swarren/uboot-test-hooks/pull/14 to go in first.
I believe the above should not be put into the commit message, instead we can put it below ---
Signed-off-by: Tuomas Tynkkynen tuomas.tynkkynen@iki.fi
.travis.yml | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 1d29eb35c1..b8f69f0a0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -289,6 +289,11 @@ matrix: QEMU_TARGET="arm-softmmu" BUILDMAN="^integratorcp_cm926ejs$" - env:
- TEST_PY_BD="qemu_arm"
TEST_PY_TEST_SPEC="not sleep"
QEMU_TARGET="arm-softmmu"
BUILDMAN="^qemu_arm$"
- env:
- TEST_PY_BD="qemu_mips" TEST_PY_TEST_SPEC="not sleep" QEMU_TARGET="mips-softmmu"
--
Regards, Bin