summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-13 18:03:45 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-01-23 21:40:13 +0100
commit58c9ccd27c9d85bb5a9861f13461694e49ac6891 (patch)
treec07ce8d6f3384f8ad1bb75c49db365c14554afa2
parentfb46e47d4df9c0e3f98401bc15ada4643c0885f8 (diff)
Use JDK 11 docker image in Travis
-rwxr-xr-xtravis/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis.sh b/travis/travis.sh
index 284da1473c9..4143a9802aa 100755
--- a/travis/travis.sh
+++ b/travis/travis.sh
@@ -10,7 +10,7 @@ function bell() {
done
}
-DOCKER_IMAGE=vespaengine/vespa-dev:vespa7
+DOCKER_IMAGE=vespaengine/vespa-dev:vespa7-java11
bell &
docker run --rm -v ${HOME}/.m2:/root/.m2 -v ${HOME}/.ccache:/root/.ccache -v $(pwd):/source \