diff options
author | Simon Glass <sjg@chromium.org> | 2020-03-18 09:42:58 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-10 21:33:09 -0400 |
commit | e28e9db69c4326a0f1339b94cfcd195441b8e31f (patch) | |
tree | d1d5eb3219738bf7c18d439f6f55f1cb951fd01d /.travis.yml | |
parent | dd5c954e917b937f85a2f8bfd79e0c9bce372985 (diff) | |
download | u-boot-e28e9db69c4326a0f1339b94cfcd195441b8e31f.tar.gz |
travis/gitlab/azure: Enable test_handoff
Ensure that this SPL test runs on gitlab.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 39053c6f8d..ba005f7d12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -503,7 +503,7 @@ matrix: - name: "test/py sandbox_spl" env: - TEST_PY_BD="sandbox_spl" - TEST_PY_TEST_SPEC="test_ofplatdata" + TEST_PY_TEST_SPEC="test_ofplatdata or test_handoff" TOOLCHAIN="i386" TEST_PY_TOOLS="yes" - name: "test/py sandbox_flattree" |