From cd9e309f63a1651db4b3fb0ddc69f7ceec65c929 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Wed, 29 Apr 2020 03:53:23 -0700 Subject: [PATCH] travis: enable runtime root required UTs We check both root and non-root cases. Signed-off-by: Peng Tao --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 181262e0d4..6c52e7f934 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,5 @@ install: script: - cd ${TRAVIS_BUILD_DIR}/src/runtime && make test + - cd ${TRAVIS_BUILD_DIR}/src/runtime && sudo -E PATH=$PATH GOPATH=$GOPATH make test - cd ${TRAVIS_BUILD_DIR}/src/agent && make check