aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cb2f0a8..eb05410 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,6 @@ install:
- true
script:
- - docker run -i -t /tmp/docker_tcpd:/TCPD/export tcpd && ls /tmp/docker_tcpd
+ - docker run -i -t -v /tmp/docker_tcpd:/TCPD/export tcpd && ls /tmp/docker_tcpd
- make clean
- make test