summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c287960c..d3573a74 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ env:
- DIST=ubuntu14
before_install:
- - docker build -t bashcomp:$DIST -f test/docker/Dockerfile-$DIST .
+ - docker build -t bash-completion:$DIST -f test/docker/Dockerfile-$DIST .
script:
- - docker run -e CI=true -e DIST=$DIST -t bashcomp:$DIST test/docker/docker-script.sh
+ - docker run -e CI=true -e DIST=$DIST -t bash-completion:$DIST test/docker/docker-script.sh