Decrypt travis file in github repository

Travis is a very popular CI service and offers a feature for file encryption to keep your secrets. At the moment it’s not straight forward to decrypt files and therefore I’m going to provide a workaround in this post. Workaround send a file with ftp/sftp In this method we’ll update the .travis.yml in a new branch. There is a file with the name setup.tar.gz.enc that we want to decrypt and send via ftp.