Skip to content

Commit

Permalink
And another next trial to setup ssl connection
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhi1980 committed Apr 22, 2020
1 parent 4267c69 commit 6ac7f78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
dist: trusty
before_install:
- openssl aes-256-cbc -K $encrypted_64d1c9367528_key -iv $encrypted_64d1c9367528_iv
-in githubKey.enc -out ~\/.ssh/githubKey -d
- openssl aes-256-cbc -K $encrypted_2f1c23056049_key -iv $encrypted_2f1c23056049_iv
-in githubKey.pub.enc -out ~\/.ssh/githubKey.pub -d
- openssl aes-256-cbc -K $encrypted_64d1c9367528_key -iv $encrypted_64d1c9367528_iv -in githubKey.enc -out githubKey -d
- sudo apt-get update -qq
- sudo apt-get install texlive-latex-base texlive-latex-extra texlive-fonts-recommended
script:
Expand Down

0 comments on commit 6ac7f78

Please sign in to comment.