Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit d14f6f2

Browse files
committed
A weird kludge for fix Travis jdk6 build
1 parent 5fe4bd0 commit d14f6f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ env:
88
# (See http://docs.travis-ci.com/user/environment-variables/#Secure-Variables.)
99
- secure: "apmuVagS7WgWzg9HeDLCcX4INxazi50qukOfPkvluJjm58RCJsDwaZseXrQGqyPzRKuBnAetJ4NDWbZMRkm6QpTiH8grPwDl6iNUSVivvzOZGl3Iy8LvNxUv6CYoQBG+R7d8dW//1xcoHtT2zYo3dYEFpSelfNMMLADNUKXSQmI="
1010

11+
before_install:
12+
- sudo hostname "$(hostname | cut -c1-63)"
1113
script:
1214
- admin/build.sh
1315
scala:

0 commit comments

Comments
 (0)