Merge pull request #20 from orchardup/travis-just-uses-socket

Travis runs Docker just on the Unix socket, not on TCP
This commit is contained in:
Ben Firshman 2014-01-16 09:15:40 -08:00
commit 5d9a5a0c84
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ env
trap 'kill $(jobs -p)' SIGINT SIGTERM EXIT
# Start docker daemon
docker -d -H 0.0.0.0:4243 -H unix:///var/run/docker.sock 2>> /dev/null >> /dev/null &
docker -d -H unix:///var/run/docker.sock 2>> /dev/null >> /dev/null &
sleep 2
# $init is set by sekexe