From 150e3234b95eb681ed8c5cadebcd05a94b8174ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 30 Dec 2017 20:38:35 +0200 Subject: [PATCH] travis: Make sure /etc/hosts gets reset --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index aad3972..2fe05f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ script: - sudo pip3 install codecov pytest-cov requests-kerberos - sudo pip3 install -e . - echo ca | sudo tee /etc/hostname + - echo 127.0.0.1 localhost | sudo tee /etc/hosts - echo 127.0.1.1 ca.example.lan ca | sudo tee -a /etc/hosts - sudo hostname -F /etc/hostname - sudo find /home/ -type d -exec chmod 755 {} \; # Allow certidude serve to read templates