More travis adjustments
This commit is contained in:
parent
5c15dd0a2f
commit
14fdcbb84e
@ -8,7 +8,7 @@
|
|||||||
, "url": "ws://host.ratchet.internal:9001"
|
, "url": "ws://host.ratchet.internal:9001"
|
||||||
, "options": {"version": 18}
|
, "options": {"version": 18}
|
||||||
}]
|
}]
|
||||||
, "cases": ["9"]
|
, "cases": ["*"]
|
||||||
, "exclude-cases": ["12.*", "13.*"]
|
, "exclude-cases": ["12.*", "13.*"]
|
||||||
, "exclude-agent-cases": {}
|
, "exclude-agent-cases": {}
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ sleep 3
|
|||||||
if [ "$OSTYPE" = "linux-gnu" ]; then
|
if [ "$OSTYPE" = "linux-gnu" ]; then
|
||||||
IPADDR=`hostname -I | cut -f 1 -d ' '`
|
IPADDR=`hostname -I | cut -f 1 -d ' '`
|
||||||
else
|
else
|
||||||
IPADDR=`ifconfig | grep "inet " | grep -Fv 127.0.0.1 | awk '{print $2}' | head -1`
|
IPADDR=`ifconfig | grep "inet " | grep -Fv 127.0.0.1 | awk '{print $2}' | head -1 | tr -d 'adr:'`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
Loading…
Reference in New Issue
Block a user