summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-06 00:51:08 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-06 00:51:08 +1100
commit18d5501279e17f5f93c4c450586f1c3ad29be316 (patch)
tree2b4b89373b9382ce5288b0549fc5c324b6710532 /.travis.yml
parentbff63d44c62cea75e2e5162e7c46cd1fbf8ef4c1 (diff)
downloadqtlocation-mapboxgl-18d5501279e17f5f93c4c450586f1c3ad29be316.tar.gz
Add java to build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 952405ea04..f76c9f0c03 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,7 @@ before_install:
- source ./scripts/travis_helper.sh
- source ./scripts/flags.sh
- export ANDROID_NDK_PATH="$(pwd)/android-ndk-r10c"
+- export JAVA_HOME="$(pwd)/jdk1.7.0_71"
- ./scripts/travis_before_install.sh
- if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then export LD_LIBRARY_PATH=`mason prefix mesa 10.3.1`/lib; fi
- if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then glxinfo; fi