Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Commit

Permalink
No need of --user
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 24, 2018
1 parent a3e32be commit 1ede486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ before_install:
&& echo -e "\nHost github.com\n IdentityFile $SSH_FILE\n LogLevel ERROR" >> "$HOME/.ssh/config"
install:
- pip install --user 'jinja2<2.9' mkdocs pymdown-extensions
- pip install --user git+git://github.com/aleray/mdx_del_ins.git
- pip install 'jinja2<2.9' mkdocs pymdown-extensions
- pip install git+git://github.com/aleray/mdx_del_ins.git

script: "./deploy.sh"

Expand Down

0 comments on commit 1ede486

Please sign in to comment.