From 4cb7e80e28d8701ddaf3fef969a6d239d7d9327d Mon Sep 17 00:00:00 2001 From: Thuan Nguyen Date: Tue, 17 Apr 2018 10:29:49 -0700 Subject: [PATCH] Travis build is failing for to deploy documentation, I suspect it's because of upgraded pip. This line removes the upgrade --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 314900f..ca441db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ addons: ssh_known_hosts: 13.229.163.131 before_install: - - sudo pip install -U virtualenv pre-commit pip + - sudo pip install -U virtualenv pre-commit script: - if [[ "$JOB" == "pre_commit" ]]; then sudo ln -s /usr/bin/clang-format-3.8 /usr/bin/clang-format; fi