travis.yml: fix build error

This commit is contained in:
yuk7
2018-03-01 23:01:22 +09:00
parent e1e19c8238
commit 698aec6d69

View File

@@ -25,7 +25,7 @@ script:
-
- sudo rm -rf ./root/*
-
- sudo tar -zcpf ../rootfs.tar.gz *
- sudo tar -zcpf ../rootfs.tar.gz `sudo ls`
- sudo chown `id -un` ../rootfs.tar.gz
- cd ..
-