Browse Source

Merge branch 'master' of github.com:Eugeny/terminus

Eugene Pankov 7 years ago
parent
commit
75fea5e390
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -35,6 +35,7 @@ jobs:
       os: linux
       script:
         - openssl aes-256-cbc -K $encrypted_4e2fb4889ef8_key -iv $encrypted_4e2fb4889ef8_iv -in .travis.ssh.key.enc -out .travis.ssh.key -d
+        - eval "$(ssh-agent -s)"
         - ssh-add .travis.ssh.key
         - yarn
         - yarn run docs