[travis] trying IPv4 to test the preview feature

This commit is contained in:
Masataro Asai 2019-10-27 13:18:04 -04:00
parent 0e4b8d81b0
commit 0e35b72fc2

View file

@ -25,9 +25,9 @@ trap "kill $pid; rm -rf $dir" EXIT
sleep 3
wget 127.0.0.1:5000 -O-
wget -4 -O- 127.0.0.1:5000
! wget 127.0.0.1:5000/nosuchurl -O-
! wget -4 -O- 127.0.0.1:5000/nosuchurl
# (
# wget 127.0.0.1:5000/nosuchurl -O-