We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a17cc8 commit e7de3afCopy full SHA for e7de3af
.travis.yml
@@ -10,7 +10,12 @@ env:
10
- JDK=oraclejdk7
11
- JDK=openjdk7
12
before_script:
13
-- jdk_switcher use $JDK
+ - jdk_switcher use $JDK
14
+ #https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165131913
15
+ - cat /etc/hosts # optionally check the content *before*
16
+ - sudo hostname "$(hostname | cut -c1-63)"
17
+ - sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
18
+ - cat /etc/hosts # optionally check the content *after*
19
matrix:
20
# scala 2.12 require java 8
21
exclude:
0 commit comments