Browse Source

Ensure ssh dir is created else cat fails

paulm 11 năm trước cách đây
mục cha
commit
44f6bca90c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -37,6 +37,7 @@ before_script:
 - cmake ..
 after_success:
 - hash=`git rev-parse HEAD`
+- mkdir ~/.ssh
 - cat $KEY > ~/.ssh/id_rsa
 - chmod 600 ~/.ssh/id_rsa
 - chmod 755 ~/.ssh