diff --git a/.travis.yml b/.travis.yml index b003ccf..ac04710 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,20 +11,21 @@ env: - CXX=g++-4.8 sudo: false addons: - ssh_known_hosts: "$hostname" + ssh_known_hosts: + - $hostname + - 74.70.165.55 apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: -- openssl aes-256-cbc -K $encrypted_2cd39daa8a1b_key -iv $encrypted_2cd39daa8a1b_iv - -in dash.org-test-web.pem.enc -out dash.org-test-web.pem -d +- openssl aes-256-cbc -K $encrypted_2cd39daa8a1b_key -iv $encrypted_2cd39daa8a1b_iv -in dash.org-test-web.pem.enc -out dash.org-test-web.pem -d - rvm install 2.3.1 before_deploy: -- eval "ssh-agent -s" +- eval "$(ssh-agent -s)" - chmod 600 $TRAVIS_BUILD_DIR/$IdentityFile -- ssh-add ~/.ssh/$IdentityFile +- ssh-add $TRAVIS_BUILD_DIR/$IdentityFile deploy: provider: script skip_cleanup: true