Explorar el Código

Ensure ssh dir is created else cat fails

paulm hace 11 años
padre
commit
44f6bca90c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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