diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..75958b0a8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +after_success: + - eval "$(ssh-agent -s)" #start the ssh agent + - chmod 600 .travis/deploy_key.pem # this key should have push access + - ssh-add .travis/deploy_key.pem + - git remote add deploy https://github.com/Lonero-Team/Decentralized-Internet.git + - git push deploy