i use following travis-ci-cli command to create an encrypted-file:
travis encrypt-file src/env/data.ts src/env/data.ts.enc --add
It creates the file and related key and value on the Travis-CI.
You can see error of travis
Why do i get the wrong final block length
here?