Skip to content

Commit 046b54c

Browse files
committed
StrictHostKeyChecking no, checkhostip no
1 parent df31476 commit 046b54c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ language: node_js
22
node_js:
33
- "0.10"
44
before_script:
5-
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
5+
- echo "Host github.com" >> ~/.ssh/config
6+
- echo " StrictHostKeyChecking no" >> ~/.ssh/config
7+
- echo " CheckHostIP no" >> ~/.ssh/config
68
- npm install -g bower grunt-cli

0 commit comments

Comments
 (0)