diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-27 23:45:35 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-27 23:45:35 +0900 |
| commit | 725bd05464880275d453e1fbed13c78c33bb3be9 (patch) | |
| tree | 0299b195019bbeef5cda0db99b1b84904ed9fc63 | |
| parent | Push built code automatically (diff) | |
| download | misskey-725bd05464880275d453e1fbed13c78c33bb3be9.tar.gz misskey-725bd05464880275d453e1fbed13c78c33bb3be9.tar.bz2 misskey-725bd05464880275d453e1fbed13c78c33bb3be9.zip | |
Fix typo
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2f1b1b45a4..f7d4d69274 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_script: - npm run build after_success: - - openssl aes-256-cbc -K $encrypted_ceda82069128_key -iv $encrypted_ceda82069128_iv -in travis_rsa.enc -out travis_rsa -d + - openssl aes-256-cbc -K $encrypted_ceda82069128_key -iv $encrypted_ceda82069128_iv -in travis_rsa.enc -out .travis_rsa -d - cp .travis_rsa ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config |