changed travis file

This commit is contained in:
tuxe 2019-02-16 10:51:28 +01:00
parent 9167d4bbfd
commit c3b7343c91
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +1,2 @@
language: bash
script: bash tracert.sh google.com
script: bash tracert.sh github.com

View File

@ -31,8 +31,6 @@ host=$1
while true; do
ping=$(ping -t $i -c 1 -W $timeout $host | grep -E "From|from")
[[ "$?" == 1 ]] && exit 1
if [[ $(echo $ping | cut -d ' ' -f 1) == "64" ]]
then
#For last hop in route: