Merge pull request #563 from letsencrypt/test_host
add host to travis set up for integration tests
This commit is contained in:
commit
89a881abca
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue