Skip to content

Commit

Permalink
fix(travis): run the correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed May 21, 2020
1 parent 4afc13e commit 6fb6e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ sudo: required

install:
- docker pull placeos/ssh-test:latest
- docker run -d -p 2222:22 -e ROOT_PASS="somepassword" tutum/ubuntu:trusty
- docker run -d -p 2222:22 -e ROOT_PASS="somepassword" placeos/ssh-test:latest
- wget https://launchpad.net/ubuntu/+source/libgpg-error/1.32-1/+build/15118612/+files/libgpg-error0_1.32-1_amd64.deb
- sudo dpkg -i libgpg-error0_1.32-1_amd64.deb
- wget https://launchpad.net/ubuntu/+source/libgcrypt20/1.8.3-1ubuntu1/+build/15106861/+files/libgcrypt20_1.8.3-1ubuntu1_amd64.deb
Expand Down

0 comments on commit 6fb6e4a

Please sign in to comment.