mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-26 12:03:31 +03:00
Update .travis.yml
This commit is contained in:
parent
cf6a7d10b3
commit
7d86a7e4cc
@ -35,6 +35,7 @@ jobs:
|
|||||||
os: linux
|
os: linux
|
||||||
script:
|
script:
|
||||||
- openssl aes-256-cbc -K $encrypted_4e2fb4889ef8_key -iv $encrypted_4e2fb4889ef8_iv -in .travis.ssh.key.enc -out .travis.ssh.key -d
|
- 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
|
- ssh-add .travis.ssh.key
|
||||||
- yarn
|
- yarn
|
||||||
- yarn run docs
|
- yarn run docs
|
||||||
|
Loading…
Reference in New Issue
Block a user