From de7a7891bdac56762ceefc8ce76cca06ef952a4e Mon Sep 17 00:00:00 2001 From: Andrew Kamal Date: Mon, 2 Dec 2019 11:14:51 -0500 Subject: [PATCH] Create .travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml 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