File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3
3
- openjdk7
4
4
- oraclejdk7
5
5
- oraclejdk8
6
+
6
7
notifications :
7
8
slack :
8
9
secure : fGRoClN1IQiZvokEiqmKOrF7EeaNQDHDHqUMaT4n7d3qW2fMe3N8ZLxlIDlzgJ2pv09VWqK7rmPgdhJR8yVG7OE4QQ5kzR59xD8ePN0j0jf6W6eOBPq3a9UUarnny21LFsShvRMZ/BaXcvTox1zMVltpMGFw2K4ijH8+ZvdkNz8=
10
+
9
11
before_script :
10
12
- echo $JAVA_OPTS
11
13
- export JAVA_OPTS="$JAVA_OPTS -Xmx1024m"
12
14
- export GRADLE_OPTS=-Xmx1024m
15
+
16
+ # workaround for https://github.com/travis-ci/travis-ci/issues/5227
17
+ before_install :
18
+ - cat /etc/hosts # optionally check the content *before*
19
+ - sudo hostname "$(hostname | cut -c1-63)"
20
+ - sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
21
+ - cat /etc/hosts # optionally check the content *after*
You can’t perform that action at this time.
0 commit comments