summaryrefslogtreecommitdiffstats
path: root/travis/travis.sh
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-19 10:55:53 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-19 11:00:21 +0200
commite742b308d7559f09ac5927b44f695e14bc224a39 (patch)
tree2fee61425a42efec0e0adfbeb485a59e03e9fe19 /travis/travis.sh
parent61895cb06a51863d4bb337925ff0f89e328f261a (diff)
Do full build for both master branch and PRs
Diffstat (limited to 'travis/travis.sh')
-rwxr-xr-xtravis/travis.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/travis/travis.sh b/travis/travis.sh
index 469e5891e58..5b246b64fb9 100755
--- a/travis/travis.sh
+++ b/travis/travis.sh
@@ -10,11 +10,10 @@ function bell() {
done
}
-PLATFORM_LANGUAGE=$1
DOCKER_IMAGE=vespaengine/vespa-dev:latest
bell &
docker run --rm -v ${HOME}/.m2:/root/.m2 -v ${HOME}/.ccache:/root/.ccache -v $(pwd):/source \
- --entrypoint /source/travis/travis-build-${PLATFORM_LANGUAGE}.sh ${DOCKER_IMAGE}
+ --entrypoint /source/travis/travis-build-full.sh ${DOCKER_IMAGE}
exit $?