From ef802ce9c0c156679cd584d55ae868f745af1b9a Mon Sep 17 00:00:00 2001 From: Thuan Nguyen Date: Sat, 31 Mar 2018 23:32:00 -0700 Subject: [PATCH] PaddlePaddle.org static ip was changed, need to change the known hosts (#9547) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf6a41d13c4..929c847bd36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ addons: - automake - libtool - ccache - ssh_known_hosts: 52.76.173.135 + ssh_known_hosts: 13.229.163.131 before_install: - if [[ "$JOB" == "check_style" ]]; then sudo ln -s /usr/bin/clang-format-3.8 /usr/bin/clang-format; fi # Paddle is using protobuf 3.1 currently. Protobuf 3.2 breaks the compatibility. So we specify the python -- GitLab