From 6fb7cbbcc7b08c2f69b2efbd3650f3f013f36269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 30 Dec 2017 20:28:48 +0200 Subject: [PATCH] travis: Set FQDN in advance --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f7bf0bf..ab8088a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ install: - sudo pip3 install -r requirements.txt - sudo pip3 install codecov pytest-cov requests-kerberos - sudo pip3 install -e . + - echo 127.0.1.1 ca.example.lan ca | sudo tee -a /etc/hosts script: - sudo find /home/ -type d -exec chmod 755 {} \; # Allow certidude serve to read templates - sudo coverage run --parallel-mode --source certidude -m py.test tests