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.
1 parent 81c3f1f commit 155acfaCopy full SHA for 155acfa
.travis.yml
@@ -2,7 +2,7 @@ os: osx
2
osx_image: xcode7.3
3
sudo: required
4
before_install:
5
- - "sed 's/localhost.localdomain localhost/localhost localhost.localdomain/' /etc/hosts > /tmp/etchoststmp && cat /tmp/etchoststmp | sudo tee /etc/hosts"
+ - sed 's/localhost.localdomain localhost/localhost localhost.localdomain/' /etc/hosts > /tmp/etchoststmp && cat /tmp/etchoststmp | sudo tee /etc/hosts
6
install:
7
- brew reinstall node flow watchman xctool
8
script:
0 commit comments