Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit bc61535

Browse files
authored
Merge pull request #17 from danslapman/master
Update Travis issue workaround
2 parents 83c403a + 9ec6ee8 commit bc61535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ env:
1010

1111
before_install:
1212
- sudo hostname "$(hostname | cut -c1-63)"
13-
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
13+
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts > /tmp/hosts
14+
- sudo mv /tmp/hosts /etc/hosts
1415
script:
1516
- admin/build.sh
1617
scala:

0 commit comments

Comments
 (0)