travis: enable runtime root required UTs

We check both root and non-root cases.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao
2020-04-29 03:53:23 -07:00
parent 06b3f313a2
commit cd9e309f63

View File

@@ -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