Skip to content

Commit

Permalink
travis: Remove ssh loopback trick
Browse files Browse the repository at this point in the history
Builds are currently failing. For example

https://travis-ci.org/spotify/luigi/jobs/256849041
  • Loading branch information
Tarrasch committed Jul 25, 2017
1 parent eca47ff commit 9678fcb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ before_script:
# TODO, only do this step for the postgres environment
- psql -c 'create database spotify;' -U postgres

# allow ssh loopback
- ssh-keygen -t rsa -N '' -C '' -f ~/.ssh/id_rsa
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
- ssh -o StrictHostKeyChecking=no localhost true

# Create mysql database if possible but fail silently if not available.
- mysql -e 'create database IF NOT EXISTS luigi_test;' -uroot || true

Expand Down

0 comments on commit 9678fcb

Please sign in to comment.