Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Travis build is failing for to deploy documentation #89

Merged
merged 1 commit into from
Apr 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ addons:
ssh_known_hosts: 13.229.163.131

before_install:
- sudo pip install -U virtualenv pre-commit pip
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip install pip should be valid, right?

- 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
Expand Down