Skip to content

Commit

Permalink
Revert "travis: rm -f known_hosts"
Browse files Browse the repository at this point in the history
This reverts commit 2b91297.

Not a fix for #36, so keep it.
  • Loading branch information
vs49688 committed Jul 29, 2020
1 parent a3c3056 commit dc1a50c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cache:
- $TRAVIS_BUILD_DIR/nimrod/build/agents/

before_script:
- rm -f $HOME/.ssh/known_hosts $HOME/.ssh/known_hosts.old
- psql -c "CREATE ROLE nimrod LOGIN PASSWORD 'nimrod';" -U postgres
- psql -c "CREATE DATABASE nimrod OWNER nimrod;" -U postgres

Expand Down

0 comments on commit dc1a50c

Please sign in to comment.