language: node_js cache: directories: - "~/.npm" notifications: email: false node_js: - '9' - '8' - '6' after_success: - npm run test - npm run check-coverage - npm run report-coverage - npm run build - npm run travis-deploy-once "npm run semantic-release" branches: only: - master before_install: - openssl aes-256-cbc -K $encrypted_59c1297eb011_key -iv $encrypted_59c1297eb011_iv -in git_deploy_key.enc -out /tmp/git_deploy_key -d - chmod 600 /tmp/git_deploy_key - echo 'echo ${SSH_PASSPHRASE}' > /tmp/askpass && chmod +x /tmp/askpass - eval "$(ssh-agent -s)" - DISPLAY=":0.0" SSH_ASKPASS="/tmp/askpass" setsid ssh-add /tmp/git_deploy_key