Jelajahi Sumber

Unit test: Ubuntu Focal does not have /etc/network/interfaces

bel2125 4 tahun lalu
induk
melakukan
2a81e90ad6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -50,7 +50,7 @@ before_script:
   - uname -a
   - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
       lsb_release -a;
-      cat /etc/network/interfaces;
+      cat /etc/network/interfaces || true;
     fi
   - ifconfig
   - pwd