aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-10-18 10:01:12 +0200
committerGitHub <noreply@github.com>2017-10-18 10:01:12 +0200
commit02c20c9c624cc6c8e8e95cc5162bc7ee8cb598b5 (patch)
tree217d8c523661409c46bbb601d061b2b25c3bf27f /travis
parentdff3c1ca91f96f907af23cb0dcd919b8b2830a43 (diff)
Fix typo
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-cpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-build-cpp.sh b/travis/travis-build-cpp.sh
index f1a9954ed92..07b3c90e718 100755
--- a/travis/travis-build-cpp.sh
+++ b/travis/travis-build-cpp.sh
@@ -9,7 +9,7 @@ BUILD_DIR=~/build
mkdir "${BUILD_DIR}"
cd ${SOURCE_DIR}
-./boostrap.sh java
+./bootstrap.sh java
mvn install --no-snapshot-updates --batch-mode --threads ${NUM_THREADS} \
-Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dmaven.source.skip=true
cd ${BUILD_DIR}