From 66634cb94561f9cf1d6153275a372c7138a443a6 Mon Sep 17 00:00:00 2001 From: yuk7 Date: Sat, 16 Mar 2019 14:35:36 +0900 Subject: [PATCH] .travis.yml: fix resolv.conf path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8bc112..c22892b 100755 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: - sudo umount mntfs - - echo "# This file was automatically generated by WSL. To stop automatic generation - of this file, remove this line." | sudo tee ./rootfs/resolv.conf + of this file, remove this line." | sudo tee ./rootfs/etc/resolv.conf - - cd rootfs - sudo tar -zcpf ../rootfs.tar.gz *