Update .travis.yml

add sudo before hostcfg
This commit is contained in:
yhua123 2016-06-15 12:14:45 +08:00 committed by GitHub
parent f1b5ee1522
commit 7ae8d54f72
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ env:
HARBOR_ADMIN_PASSWD: Harbor12345
before_install:
- ./tests/hostcfg.sh
- sudo ./tests/hostcfg.sh
- cd Deploy
- ./prepare
- sudo ./prepare
- cd ..
install: