Skip to content

Commit

Permalink
ci(travis): restore
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Jan 14, 2023
1 parent fbb2c5f commit 2d99262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
if: tag IS present
language: python
services:
- docker
install:
before_install:
- |
if [ ! -z "$encrypted_103700d0e85f_key" ]; then
openssl aes-256-cbc -K $encrypted_103700d0e85f_key -iv $encrypted_103700d0e85f_iv -in scripts/launchpad-secret.key.enc -out scripts/launchpad-secret.key -d
Expand Down

0 comments on commit 2d99262

Please sign in to comment.