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.
2 parents f1d3ab1 + 4661f06 commit 2ab007fCopy full SHA for 2ab007f
.travis.yml
@@ -14,8 +14,8 @@ before_script:
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*
+addons:
+ hosts:
+ - myshorthost
+ hostname: myshorthost
+
0 commit comments