Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 290 Bytes

TRAVIS.md

File metadata and controls

9 lines (9 loc) · 290 Bytes

Travis Encrypt File

# copy the file to be encrypted into the current directory (eg: secret.json)
docker run -it -v $(pwd):/app ruby:2.3 sh
gem install travis
travis login --pro
travis encrypt-file co-swipelab-rage-travis.json -r swipelab/rage --pro
# follow the instructions