Skip to content

Commit a38641f

Browse files
committed
Fix wrong file naming
1 parent c7fa3b4 commit a38641f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
- openssl aes-256-cbc -K $encrypted_90b980805ab1_key -iv $encrypted_90b980805ab1_iv
1111
-in .travis/deploy_rsa.enc -out .travis/deploy_rsa -d
1212
- eval "$(ssh-agent -s)"
13-
- cp .travis/id_rsa ~/.ssh/id_rsa
13+
- cp .travis/deploy_rsa ~/.ssh/id_rsa
1414
- chmod 600 ~/.ssh/id_rsa
1515
- ssh-add ~/.ssh/id_rsa
1616
install:

0 commit comments

Comments
 (0)