From 9ec6ee8a2f77cb0849d54b0ee5edd8b2c05bd6c7 Mon Sep 17 00:00:00 2001 From: Daniil Smirnov Date: Thu, 1 Sep 2016 16:58:07 +0300 Subject: [PATCH] Update Travis issue workaround --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6b93d9..1caffd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ env: before_install: - sudo hostname "$(hostname | cut -c1-63)" - - sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts + - sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts > /tmp/hosts + - sudo mv /tmp/hosts /etc/hosts script: - admin/build.sh scala: