Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sun77 committed Apr 27, 2020
1 parent 1005d9d commit 49a6da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ before_install:
- '[ -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"
- cp -v .travis/travis-ci.pem.criteo ~/.ssh/id_rsa
- yes | gem update --system --force
- gem install bundler

0 comments on commit 49a6da6

Please sign in to comment.