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 df31476 commit 046b54cCopy full SHA for 046b54c
.travis.yml
@@ -2,5 +2,7 @@ language: node_js
2
node_js:
3
- "0.10"
4
before_script:
5
- - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
+ - echo "Host github.com" >> ~/.ssh/config
6
+ - echo " StrictHostKeyChecking no" >> ~/.ssh/config
7
+ - echo " CheckHostIP no" >> ~/.ssh/config
8
- npm install -g bower grunt-cli
0 commit comments