Explorar o código

[TravisCI] use oraclejdk7

Andy Li %!s(int64=8) %!d(string=hai) anos
pai
achega
8cf752d0cd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -53,6 +53,9 @@ install_linux: &install_linux
   - mysql -u root -e "create user travis@localhost identified by '';"
   - mysql -u root -e "create user travis@localhost identified by '';"
   - mysql -u root -e "create database haxe_test;"
   - mysql -u root -e "create database haxe_test;"
   - mysql -u root -e "grant all on haxe_test.* to travis@localhost;"
   - mysql -u root -e "grant all on haxe_test.* to travis@localhost;"
+  # Setup JDK
+  - jdk_switcher use oraclejdk7
+  - java -version
   # Build haxe
   # Build haxe
   - make package_src -s
   - make package_src -s
   - make -s
   - make -s