- attempt forced JDK version setting for travis build

This commit is contained in:
Rolzad73
2017-01-24 13:56:40 -05:00
parent bba5d4380d
commit 58efb51c07
+4
View File
@@ -3,6 +3,10 @@ branches:
except: except:
- latest-master - latest-master
# Force set JDK version
jdk:
- oraclejdk7
before_install: before_install:
- export BUILD_PSP=YES - export BUILD_PSP=YES
- export BUILD_ANDROID=YES - export BUILD_ANDROID=YES