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 3eef456 commit 51d69b4Copy full SHA for 51d69b4
.travis.yml
@@ -1,5 +1,11 @@
1
language: scala
2
3
+before_install:
4
+ - cat /etc/hosts # optionally check the content *before*
5
+ - sudo hostname "$(hostname | cut -c1-63)"
6
+ - sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
7
+ - cat /etc/hosts # optionally check the content *after*
8
+
9
env:
10
global:
11
- PUBLISH_JDK=openjdk6
0 commit comments