Skip to content

Commit 155acfa

Browse files
authored
Update .travis.yml
1 parent 81c3f1f commit 155acfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ os: osx
22
osx_image: xcode7.3
33
sudo: required
44
before_install:
5-
- "sed 's/localhost.localdomain localhost/localhost localhost.localdomain/' /etc/hosts > /tmp/etchoststmp && cat /tmp/etchoststmp | sudo tee /etc/hosts"
5+
- sed 's/localhost.localdomain localhost/localhost localhost.localdomain/' /etc/hosts > /tmp/etchoststmp && cat /tmp/etchoststmp | sudo tee /etc/hosts
66
install:
77
- brew reinstall node flow watchman xctool
88
script:

0 commit comments

Comments
 (0)