From ee9c09b6d8a4cfff3b0c0a5573652ee3370f3d7a Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Fri, 31 Jul 2015 02:11:29 -0700 Subject: [PATCH] add host to travis set up for integration tests --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index fe9fa0393..489ae65b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,3 +49,8 @@ env: script: - make -j4 # Travis has 2 cores per build instance - bash test.sh + +# make sure simplehttp simple verification works (custom /etc/hosts) +addons: + hosts: + - le.wtf