summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-04-15 15:10:21 +0200
committerGeir Storli <geirst@verizonmedia.com>2020-04-15 15:10:21 +0200
commitc26eaaeb1ec2f08c204acff25321566c59dbcf1b (patch)
tree63db2e82ae193b97e96a99e79dfcc7ea83364e4d /travis
parentefde6f89ce7249ea387d0cd05714e9a6473c9bd0 (diff)
Docker image for building Vespa is renamed from vespa-dev to vespa-build-centos7.
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis.sh b/travis/travis.sh
index 77bfebf2505..315771b43b9 100755
--- a/travis/travis.sh
+++ b/travis/travis.sh
@@ -10,7 +10,7 @@ function bell() {
done
}
-DOCKER_IMAGE=vespaengine/vespa-dev:latest
+DOCKER_IMAGE=vespaengine/vespa-build-centos7:latest
bell &
docker run --rm -v ${HOME}/.m2:/root/.m2 -v ${HOME}/.ccache:/root/.ccache -v $(pwd):/source \