Skip to content

Commit

Permalink
Installing mkdocs to user folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schenk Jr committed Aug 16, 2016
1 parent f2fc4d7 commit b6c4546
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 @@ -4,8 +4,8 @@ warnings_are_errors: true
rvm:
- 2.1
script: # let's just see if it installs and builds
- pip install mkdocs
- mkdocs build
- pip install --user mkdocs
- mkdocs build --clean
notifications: #quiet for now
email:
on_success: never
Expand Down

0 comments on commit b6c4546

Please sign in to comment.