Index: .travis.yml =================================================================== diff -u -r2cf4592bd4c7b8ff331f4e9d7e226f1b09ad5188 -r76e8cc2bd360c4fd65197f29ccb203ae8bc9c4ad --- .travis.yml (.../.travis.yml) (revision 2cf4592bd4c7b8ff331f4e9d7e226f1b09ad5188) +++ .travis.yml (.../.travis.yml) (revision 76e8cc2bd360c4fd65197f29ccb203ae8bc9c4ad) @@ -27,6 +27,7 @@ - "$KITS" before_install: - openssl aes-256-cbc -K $encrypted_8d1065ce6623_key -iv $encrypted_8d1065ce6623_iv -in deploy_key.enc -out ./deploy_key -d +- ssh-add ./deploy_key - if echo "$TRAVIS_COMMIT_MESSAGE" | grep -F -q "[skip travis]" ; then echo "[skip travis] has been found, exiting" && exit 0 ; else echo "[skip travis] has not been found, continuing" ; fi @@ -42,4 +43,4 @@ after_success: - TARBALL="nsf-${TRAVIS_OS_NAME}-${TRAVIS_BRANCH}-${TRAVIS_COMMIT}-$(date "+%Y%m%d").${TRAVIS_BUILD_NUMBER}.tgz" -- if [ -d $HOME/install ]; then tar -czf $TARBALL $HOME/install && scp -i ./deploy.key $TARBALL sobernig@alice.wu.ac.at:/home/sobernig/builds; fi \ No newline at end of file +- if [ -d $HOME/install ]; then tar -czf $TARBALL $HOME/install && scp -i ./deploy_key $TARBALL sobernig@alice.wu.ac.at:/home/sobernig/builds; fi \ No newline at end of file