Skip to content

Commit

Permalink
Add another server of Github to known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Sep 16, 2011
1 parent a1eb080 commit 45242cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,9 @@ rvm:
- rbx-2.0
- jruby

before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
before_script:
- "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
- "echo 'gist.github.com,207.97.227.243 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> .ssh/known_hosts"
script: "bundle exec rake spec cucumber"

gemfile:
Expand Down

0 comments on commit 45242cf

Please sign in to comment.