@@ -183,6 +183,7 @@ before_install:
# but it requires —-allow-external and -—allow-unverified
- pip install progressbar==2.2
- pip install requests
+ - echo "127.0.0.1 " `hostname` | sudo tee /etc/hosts
install:
# Configure Travis-CI build environment for TFB
@@ -55,3 +55,4 @@ echo "EmailExceptionHandler.ToEmailAddress = [email protected]" >> $configur
echo "EmailExceptionHandler.FromEmailAddress = [email protected]" >> $configurationFile
exit 0
+