Explorar o código

Ensure ssh dir is created else cat fails

paulm %!s(int64=11) %!d(string=hai) anos
pai
achega
44f6bca90c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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