mirror of https://github.com/sbt/sbt.git
Workaround for travis-ci/travis-ci#5227
This commit is contained in:
parent
40167af167
commit
cd57c59372
|
|
@ -9,5 +9,9 @@ notifications:
|
|||
email:
|
||||
- qbranch@typesafe.com
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq rpm
|
||||
- cat /etc/hosts # optionally check the content *before*
|
||||
- sudo hostname "$(hostname | cut -c1-63)"
|
||||
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
|
||||
- cat /etc/hosts # optionally check the content *after*
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq rpm
|
||||
|
|
|
|||
Loading…
Reference in New Issue