Skip to content

Commit

Permalink
test travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
sun77 committed Apr 24, 2020
1 parent 4ee9205 commit 1005d9d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ before_deploy:
- openssl aes-256-cbc -K $encrypted_eb3fc2d5c3da_key -iv $encrypted_eb3fc2d5c3da_iv
-in .travis/client.pem.enc -out .travis/client.pem -d
before_install:
- openssl aes-256-cbc -K $encrypted_eb3fc2d5c3da_key -iv $encrypted_eb3fc2d5c3da_iv
-in .travis/travis-ci.pem.enc -out .travis/travis-ci.pem.criteo -d
- cp -v .travis/travis-ci.pem.criteo ~/.ssh/id_rsa
- '[ -n "$encrypted_eb3fc2d5c3da_iv" ] && openssl aes-256-cbc -K $encrypted_eb3fc2d5c3da_key
-iv $encrypted_eb3fc2d5c3da_iv -in .travis/travis-ci.pem.enc -out .travis/travis-ci.pem.criteo
-d'
- "[ -f .travis-ci.pem.criteo ] && cp -v .travis-ci.pem.criteo ~/.ssh/id_rsa"
- yes | gem update --system --force
- gem install bundler

0 comments on commit 1005d9d

Please sign in to comment.