Skip to content

Commit

Permalink
fix(ci): deploy script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Nov 6, 2018
1 parent 68e897a commit 2e3fbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- git config --global user.name "🤖"
- sudo apt-get update
- sudo apt-get -y install python3-pip python-dev
- sudo pip3 install --user --upgrade pip3 setuptools
- sudo pip3 install --upgrade setuptools
- sudo pip3 install mkdocs
- python3 -V
- pip3 -V
Expand Down

0 comments on commit 2e3fbe1

Please sign in to comment.