Skip to content

Commit

Permalink
Public key
Browse files Browse the repository at this point in the history
  • Loading branch information
taniarascia committed Feb 4, 2020
1 parent e81a52d commit 4c195c4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ services:

install:
# Install dependencies for tests
- 'sudo snap install doctl'
- 'npm ci'
- echo "MTY1LjIyNy42MC4zMyBlY2RzYS1zaGEyLW5pc3RwMjU2IEFBQUFFMlZqWkhOaExYTm9ZVEl0Ym1semRIQXlOVFlBQUFBSWJtbHpkSEF5TlRZQUFBQkJCTVVPRlVVT3BxSzNmWkMzUUxJNmsrL2Vlc1l5YVVaNGZXbkRUaWNia1pjMmJIR1ltMG4wVk9RaW5mK0NYY2xhWmZTaVBNQ0xZakJUUzkrUWxWSFpPZ009" | base64 -d >> $HOME/.ssh/known_hosts
- sudo snap install doctl
- npm ci

before_script:
# Start server and client for tests
Expand All @@ -35,9 +36,6 @@ script:
# Run unit, component, and e2e tests
- npm run coveralls && npm run e2e

before_deploy:
# Authorize SSH host
- ssh-keyscan -t $TRAVIS_SSH_KEY_TYPES -H $SSH_HOST 2>&1 | tee -a ${TRAVIS_HOME}/.ssh/known_hosts
deploy:
# Build Docker container and push to Dockerhub
provider: script
Expand Down

0 comments on commit 4c195c4

Please sign in to comment.