travis: fix runtime build

Runtime command now is built on cli directory.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz
2018-03-14 12:27:06 -06:00
parent e84a9a70b0
commit 3e4fdbbe6f

View File

@@ -21,5 +21,7 @@ before_script:
install:
- cd ${TRAVIS_BUILD_DIR}
- pushd cli
- make KATA_RUNTIME=${KATA_RUNTIME}
- sudo -E PATH=$PATH make KATA_RUNTIME=${KATA_RUNTIME} install
- popd